System.Web.Mail.SmtpMail Members

The members of System.Web.Mail.SmtpMail are listed below.

See Also: Inherited members from System.Object

Public Properties

static
SmtpServerstring.

Gets or sets the name of the SMTP relay mail server to use to send e-mail messages. Recommended alternative: System.Net.Mail.

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.