MailDefinition Properties

 

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyBodyFileName

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

System_CAPS_pubpropertyCC

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

System_CAPS_pubpropertyEmbeddedObjects

Gets a collection of EmbeddedMailObject instances, typically used to embed images in a MailDefinition object before sending an e-mail to a user.

System_CAPS_pubpropertyFrom

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

System_CAPS_pubpropertyIsBodyHtml

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

System_CAPS_pubpropertyPriority

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

System_CAPS_pubpropertySubject

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

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyIStateManager::IsTrackingViewState

Gets a value that indicates whether the server control is saving changes to its view state.

Return to top
Show: