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.
 

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

Similar Threads

System.Web.Mail 5
sending email using c# Windows application 5
System.Web.Mail Namespace gone? 4
System.web.mail 1
System.Web.Mail namespace? 13
Email from a windows form 3
sending Email 2
Sendmail not sending 2

Back
Top