EmbeddedMailObjectsCollection.Remove(EmbeddedMailObject) Method

Definition

Removes the first occurrence of the specified EmbeddedMailObject from the EmbeddedMailObjectsCollection.

public:
 void Remove(System::Web::UI::WebControls::EmbeddedMailObject ^ value);
public void Remove (System.Web.UI.WebControls.EmbeddedMailObject value);
member this.Remove : System.Web.UI.WebControls.EmbeddedMailObject -> unit
Public Sub Remove (value As EmbeddedMailObject)

Parameters

Remarks

The Remove method uses the information contained in the EmbeddedMailObject to identify the item to remove from the collection.

Applies to

See also