MailDefinition Members
.NET Framework 3.0
Allows a control to create e-mail messages from text files or strings. This class cannot be inherited.
The following tables list the members exposed by the MailDefinition type.
| Name | Description | |
|---|---|---|
| BodyFileName | Gets or sets the name of the file that contains text for the body of the e-mail message. |
| CC | Gets or sets a comma-separated list of e-mail addresses to send a copy (CC) of the message to. |
| EmbeddedObjects | Gets a collection of EmbeddedMailObject instances, typically used to embed images in a MailDefinition object before sending an e-mail to a user. |
| From | Gets or sets the e-mail address of the message sender. |
| IsBodyHtml | Gets or sets a value indicating whether the body of the e-mail is HTML. |
| Priority | Gets or sets the priority of the e-mail message. |
| Subject | Gets or sets the subject line of the e-mail message. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CreateMailMessage | Overloaded. Creates an e-mail message to send by means of SMTP (Simple Mail Transfer Protocol). |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| System.Web.UI.IStateManager.LoadViewState | Restores view-state information from a previous page request that was saved by the 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 StateBag object. |
| System.Web.UI.IStateManager.IsTrackingViewState | Gets a value that indicates whether the server control is saving changes to its view state. |
Community Additions
ADD
Show: