Asynchronously sends the mail message to the specified recipients.
SendAsync(MailMessage, String, String, AsyncCompletedEventHandler, Object) | Asynchronously sends the mail message to the specified recipients. |
SendAsync(MailMessage, String, String, Object) | Asynchronously sends the mail message to the specified recipients. |
SendAsync(MailMessage, AsyncCompletedEventHandler, Object) | Asynchronously sends the mail message to the recipients specified in the message. |
SendAsync(MailMessage, Object) | Asynchronously sends the mail message to the recipients specified in the message. |
SendAsync(String, String, String, String, AsyncCompletedEventHandler, Object) | Asynchronously sends a mail message constructed from the specified parameters to the specified recipients e-mail addresses "to". |
SendAsync(String, String, String, String, Object) | Asynchronously sends a mail message constructed from the specified parameters to the specified recipients e-mail addresses "to". |
SendAsync(Stream, String, String, AsyncCompletedEventHandler, Object) | Asynchronously reads and sends a mail message from the specified stream in MIME format. |
SendAsync(Stream, String, String, Object) | Asynchronously reads and sends a mail message from the specified stream in MIME format. |
SendAsync(Stream, AsyncCompletedEventHandler, Object) | Asynchronously reads and sends a mail message from the specified stream in MIME format. |
SendAsync(Stream, Object) | Asynchronously reads and sends a mail message from the specified stream in MIME format. |
SendAsync(String, AsyncCompletedEventHandler, Object) | Asynchronously reads and sends a mail message from the specified local file in MIME format. |
SendAsync(String, Object) | Asynchronously reads and sends a mail message from the specified local file in MIME format. |
SendAsync(MailMessage, String, String) | Asynchronously sends the mail message to the specified recipients. |
SendAsync(MailMessage) | Asynchronously sends the mail message to the recipients specified in the message. |
SendAsync(String, String, String, String) | Asynchronously sends a mail message constructed from the specified parameters to the specified recipients e-mail addresses "to". |
SendAsync(Stream, String, String) | Asynchronously reads and sends a mail message from the specified stream in MIME format. |
SendAsync(Stream) | Asynchronously reads and sends a mail message from the specified stream in MIME format. |
SendAsync(String) | Asynchronously reads and sends a mail message from the specified local file in MIME format. |