Tagged Questions
2
votes
2answers
1k views
System.Net.Mail.MailMessage Fields Dictionary
We’re currently in the process of updating the email dispatch part of our application to replace the deprecated set of classes under System.Web.Mail with the System.Net.Mail classes.
The changes ...
0
votes
1answer
60 views
Does a certificate have to be valid to mail using CDOSYS and SMTPS?
Due to a limitation on our SMTP provder's side, we're having to use System.Web.Mail (deprecated), which is a wrapper around CDOSSYS.
Because we'd like to avoid having to change multiple ...