SmtpClient::SendMailAsync Method
.NET Framework (current version)
Sends the specified message to an SMTP server for delivery as an asynchronous operation.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | SendMailAsync(MailMessage^) | Sends the specified message to an SMTP server for delivery as an asynchronous operation. |
![]() | SendMailAsync(String^, String^, String^, String^) | Sends the specified message to an SMTP server for delivery as an asynchronous operation. . The message sender, recipients, subject, and message body are specified using String objects. |
Show:
