System.Web.Mail namespace

  • Thread starter Thread starter Hugo M.
  • Start date Start date
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
 
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.
 
Back
Top