EmailAddressListIndexOf Method

Determines the index of a specific item in the list.

Namespace:  Aspose.Email.PersonalInfo
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public int IndexOf(
	EmailAddress value
)

Parameters

value
Type: Aspose.Email.PersonalInfoEmailAddress
The Object to locate in the list.

Return Value

Type: Int32
The index of value if found in the list; otherwise, -1.

Implements

IListTIndexOf(T)
See Also