SmtpMail.Send Method
.NET Framework 4
Sends an e-mail message. Recommended alternative: System.Net.Mail.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Send(MailMessage) | Sends an e-mail message using arguments supplied in the properties of the MailMessage class. Recommended alternative: System.Net.Mail. |
|
Send(String, String, String, String) | Sends an e-mail message using the specified destination parameters. Recommended alternative: System.Net.Mail. |