The members of System.Web.UI.WebControls.MailDefinition are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.WebControls.MailDefinition class. |
BodyFileName | string.
Gets or sets the name of the file that contains text for the body of the e-mail message. | |
CC | string.
Gets or sets a comma-separated list of e-mail addresses to send a copy (CC) of the message to. | |
[read-only] | EmbeddedObjects | EmbeddedMailObjectsCollection.
Gets a collection of System.Web.UI.WebControls.EmbeddedMailObject instances, typically used to embed images in a System.Web.UI.WebControls.MailDefinition object before sending an e-mail to a user. |
From | string.
Gets or sets the e-mail address of the message sender. | |
IsBodyHtml | bool.
Gets or sets a value indicating whether the body of the e-mail is HTML. | |
Priority | System.Net.Mail.MailPriority.
Gets or sets the priority of the e-mail message. | |
Subject | string.
Gets or sets the subject line of the e-mail message. |
CreateMailMessage(string, IDictionary, System.Web.UI.Control)
| ||
CreateMailMessage(string, IDictionary, string, System.Web.UI.Control)
|
[read-only] | System.Web.UI.IStateManager.IsTrackingViewState | bool.
Gets a value that indicates whether the server control is saving changes to its view state. |
System.Web.UI.IStateManager.LoadViewState |
Restores view-state information from a previous page request that was saved by the System.Web.UI.IStateManager.SaveViewState method. | |
System.Web.UI.IStateManager.SaveViewState |
Saves any server control view-state changes that have occurred since the time the page was posted back to the server. | |
System.Web.UI.IStateManager.TrackViewState |
Causes tracking of view-state changes to the server control so they can be stored in the server control's System.Web.UI.StateBag object. |