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
Syntaxpublic int IndexOf(
EmailAddress value
)
Public Function IndexOf (
value As EmailAddress
) As Integer
public:
virtual int IndexOf(
EmailAddress^ value
) sealed
abstract IndexOf :
value : EmailAddress -> int
override IndexOf :
value : EmailAddress -> int
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