SmtpMail::Send Method
.NET Framework (current version)
Sends an e-mail message. Recommended alternative: System.Net.Mail.
Assembly: System.Web (in System.Web.dll)
| 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. |
Show:

