MailDefinition Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | CreateMailMessage(String, IDictionary, Control) | Creates an e-mail message from a text file to send by means of SMTP (Simple Mail Transfer Protocol). |
![]() | CreateMailMessage(String, IDictionary, String, Control) | Creates an e-mail message with replacements from a text file to send by means of SMTP (Simple Mail Transfer Protocol). |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IStateManager.LoadViewState(Object) | 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. |


