System.Web.Mail namespace

H

Hugo M.

Hello,
I am creating an application user the System.Web.Mail namespace to
send emails. I would like to know if the application will only run on
computers that have Outlook or WinXP. I think that CDO.dll comes with
a standard WinXP version, but i don't know about Win2000 and the other
versions. So basically, I want to know if computers that have dotnet
installed will be able to use my application.

Thank you
HM
 
N

Nicholas Paldino [.NET/C# MVP]

Hugo,

Yes, you are right. I don't know if the requirement is to have outlook
or XP, but rather, the requirement is to have CDO or CDONT installed on the
local machine.

If you don't want to deal with this, check out the Indy project, located
at (watch for line wrap):

http://www.indyproject.org/

It's a .NET project which has a number of classes that wrap internet
protocols, one of them being SMTP mail.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top