SmtpMail::Send Method

 

Sends an e-mail message. Recommended alternative: System.Net.Mail.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticSend(MailMessage^)

Sends an e-mail message using arguments supplied in the properties of the MailMessage class. Recommended alternative: System.Net.Mail.

System_CAPS_pubmethodSystem_CAPS_staticSend(String^, String^, String^, String^)

Sends an e-mail message using the specified destination parameters. Recommended alternative: System.Net.Mail.

Return to top
Show: