The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SmtpClient::Send Method
.NET Framework (current version)
Sends an e-mail message to an SMTP server for delivery. These methods block while the message is being transmitted.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Send(MailMessage^) | Sends the specified message to an SMTP server for delivery. |
![]() | Send(String^, String^, String^, String^) | Sends the specified e-mail message to an SMTP server for delivery. The message sender, recipients, subject, and message body are specified using String objects. |
Show:
