Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Community Forums > Interesting resources > Asynchronously sending a System.Net.Mail.MailMessage in C#

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

Feed from this thread
  • Posted on Oct 22, 2009 (permalink)

    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


    Reply

  • root scott avatar

    Posted on Oct 27, 2009 (permalink)

    hm.. interesting...

    Reply

  • Q1 Webinar Week

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Community Forums > Interesting resources > Asynchronously sending a System.Net.Mail.MailMessage in C#