System.Web.Mail.SmtpMail: Method Members

The methods of System.Web.Mail.SmtpMail are listed below. For a list of all members, see the SmtpMail Members list.

See Also: Inherited members from System.Object

Public Methods

static
Send(MailMessage)

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

static
Send(string, string, string, string)

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