This documentation is archived and is not being maintained.
MailDefinition Methods
Visual Studio 2008
The MailDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateMailMessage | Overloaded. Creates an e-mail message to send by means of SMTP (Simple Mail Transfer Protocol). |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IStateManager::LoadViewState | Restores view-state information from a previous page request that was saved by the SaveViewState method. |
|
IStateManager::SaveViewState | Saves any server control view-state changes that have occurred since the time the page was posted back to the server. |
|
IStateManager::TrackViewState | Causes tracking of view-state changes to the server control so they can be stored in the server control's StateBag object. |
Show: