DotNetOpenMail 0.5.7 (beta)

EmailAddressCollection.IndexOf Method 

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;

Parameters

value
The object to find.

Return Value

The index, from 0, or -1 if not found.

See Also

EmailAddressCollection Class | DotNetOpenMail Namespace