SmtpClient::SendMailAsync Method

.NET Framework (current version)
 

Sends the specified message to an SMTP server for delivery as an asynchronous operation.

Namespace:   System.Net.Mail
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodSendMailAsync(MailMessage^)

Sends the specified message to an SMTP server for delivery as an asynchronous operation.

System_CAPS_pubmethodSendMailAsync(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.

Return to top
Show: