Find the index of the EmailAddress in the collection
[Visual Basic] Public Function IndexOf( _ ByVal value As EmailAddress _ ) As Integer [C#] public int IndexOf( EmailAddress value ); [C++] public: int IndexOf( EmailAddress* value ); [JScript] public function IndexOf( EmailAddress value ): int;
The index, from 0, or -1 if not found.