-
How to send emails in VB.NET using multithreading?
almost 6 years ago
-
almost 6 years ago
Hi , You may use the SmtpClient.SendAsync method for sending emails. Since the method does not block the calling thread the application will remain responsive. For more details you may check the official link (https://msdn.microsoft.com/en-us/library/x5x13z6h(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb#code-snippet-1).
-
1 Answer(s)