INetMailAddressCollection.IndexOf

Syntax

IndexOf(Value: INetMailAddress): Integer;

Parameters

Value - email address, which index must be obtained.

Description

The IndexOf method returns the index of the email address that is passed by the Value parameter.

If the email address is not present in the collection, the method returns -1.

See also:

INetMailAddressCollection