SmtpClient::SendMailAsync Method (MailMessage^)
.NET Framework (current version)
Sends the specified message to an SMTP server for delivery as an asynchronous operation.
Assembly: System (in System.dll)
public: [HostProtectionAttribute(SecurityAction::LinkDemand, ExternalThreading = true)] Task^ SendMailAsync( MailMessage^ message )
Parameters
- message
-
Type:
System.Net.Mail::MailMessage^
A MailMessage that contains the message to send.
Return Value
Type: System.Threading.Tasks::Task^Returns Task.
The task object representing the asynchronous operation.
| Exception | Condition |
|---|---|
| ArgumentNullException | message is null. |
This operation will not block. The returned Task> object will complete once the message has been sent.
.NET Framework
Available since 4.5
Available since 4.5
Show: