System.Web.UI.WebControls.MailDefinition: Property Members

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

Public Properties

BodyFileNamestring.

Gets or sets the name of the file that contains text for the body of the e-mail message.

CCstring.

Gets or sets a comma-separated list of e-mail addresses to send a copy (CC) of the message to.

[read-only]
EmbeddedObjectsEmbeddedMailObjectsCollection.

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.

Fromstring.

Gets or sets the e-mail address of the message sender.

IsBodyHtmlbool.

Gets or sets a value indicating whether the body of the e-mail is HTML.

PrioritySystem.Net.Mail.MailPriority.

Gets or sets the priority of the e-mail message.

Subjectstring.

Gets or sets the subject line of the e-mail message.