Ask the Expert

How do I use the CDOTS to send mail with C#?

How do I use the CDOTS to send mail with C#?
You can send mail from C# using the classes in the System.Web.Mail namespace. Take a look at the product documentation for the SmtpMail class for an example.

This was first published in May 2003