System.Web.UI.WebControls.EmbeddedMailObjectsCollection.Remove Method

Removes the first occurrence of the specified System.Web.UI.WebControls.EmbeddedMailObject from the System.Web.UI.WebControls.EmbeddedMailObjectsCollection.

Syntax

public void Remove (EmbeddedMailObject value)

Parameters

value
The System.Web.UI.WebControls.EmbeddedMailObject to remove from the System.Web.UI.WebControls.EmbeddedMailObjectsCollection.

Remarks

The EmbeddedMailObjectsCollection.Remove(EmbeddedMailObject) method uses the information contained in the System.Web.UI.WebControls.EmbeddedMailObject to identify the item to remove from the collection.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0