This is a migrated thread and some comments may be shown as answers.

Asynchronously sending a System.Net.Mail.MailMessage in C#

1 Answer 107 Views
Interesting resources
This is a migrated thread and some comments may be shown as answers.
Mostafa Anoosheh
Top achievements
Rank 1
Mostafa Anoosheh asked on 22 Oct 2009, 09:07 AM
Hello,
When sending an email in your ASP.NET application there are times when you do not want the user experience to slow just to wait for an email to be sent.  The code sample below is how to send a System.Net.Mail.MailMessage asynchronously so that the current thread can continue while a secondary thread sends the email.
Read more at Asynchronously sending a System.Net.Mail.MailMessage in C#

Best regards,
Mostafa Anoosheh


1 Answer, 1 is accepted

Sort by
0
root scott
Top achievements
Rank 1
answered on 27 Oct 2009, 01:32 PM
hm.. interesting...
Tags
Interesting resources
Asked by
Mostafa Anoosheh
Top achievements
Rank 1
Answers by
root scott
Top achievements
Rank 1
Share this question
or