SmtpClient.Send Method
.NET Framework 2.0
Sends an e-mail message to an SMTP server for delivery. These methods block while the message is being transmitted.
| Name | Description |
|---|---|
| SmtpClient.Send (MailMessage) | Sends the specified message to an SMTP server for delivery. |
| SmtpClient.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. |
Community Additions
ADD
Show: