EmbeddedMailObjectsCollection.IndexOf(EmbeddedMailObject) Method

Definition

Determines the index of a specific EmbeddedMailObject in the EmbeddedMailObjectsCollection.

public:
 int IndexOf(System::Web::UI::WebControls::EmbeddedMailObject ^ value);
public int IndexOf (System.Web.UI.WebControls.EmbeddedMailObject value);
member this.IndexOf : System.Web.UI.WebControls.EmbeddedMailObject -> int
Public Function IndexOf (value As EmbeddedMailObject) As Integer

Parameters

Returns

The index of the EmbeddedMailObject if it exists in the EmbeddedMailObjectsCollection; otherwise, -1.

Applies to

See also