MailDefinition Methods

 

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

NameDescription
System_CAPS_pubmethodCreateMailMessage(String^, IDictionary^, Control^)

Creates an e-mail message from a text file to send by means of SMTP (Simple Mail Transfer Protocol).

System_CAPS_pubmethodCreateMailMessage(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).

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIStateManager::LoadViewState(Object^)

Restores view-state information from a previous page request that was saved by the SaveViewState method.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIStateManager::SaveViewState()

Saves any server control view-state changes that have occurred since the time the page was posted back to the server.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIStateManager::TrackViewState()

Causes tracking of view-state changes to the server control so they can be stored in the server control's StateBag object.

Return to top
Show: