The properties of System.Web.UI.WebControls.MailDefinition are listed below. For a list of all members, see the MailDefinition Members list.
See Also: Inherited members from System.Object
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. |