System.Web.UI.WebControls.MailMessageEventArgs.Message Property

Gets the e-mail message contents.

Syntax

public System.Net.Mail.MailMessage Message { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The MailMessageEventArgs.Message property returns the System.Web.Mail.MailMessage object that contains the e-mail message data. The MailMessageEventArgs.Message property is read-only; however, you can use the System.Web.Mail.MailMessage object that it returns to modify the properties of the e-mail message.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0