How to know whether I send the email successfully using System.Net.Mail

Posted by Mike108 on Stack Overflow See other posts from Stack Overflow or by Mike108
Published on 2010-05-22T12:30:36Z Indexed on 2010/05/22 12:30 UTC
Read the original article Hit count: 171

Filed under:

I use C# to send email using System.Net.Mail.

But How can I know whether the email has been sent successfully or fail?

© Stack Overflow or respective owner

Related posts about c#