EmbeddedMailObjectsCollection.IndexOf Method
.NET Framework 3.0
Determines the index of a specific EmbeddedMailObject in the EmbeddedMailObjectsCollection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public int IndexOf ( EmbeddedMailObject value )
public function IndexOf ( value : EmbeddedMailObject ) : int
Not applicable.
Parameters
- value
An EmbeddedMailObject to locate in the EmbeddedMailObjectsCollection.
Return Value
The index of the EmbeddedMailObject if it exists in the EmbeddedMailObjectsCollection; otherwise, -1.Community Additions
ADD
Show: