INetMailAddressCollection.Contains

Syntax

Contains(Value: INetMailAddress): Boolean;

Parameters

Value - email address, which presence must be checked in the collection.

Description

The Contains method checks if the email address passed by the Value parameter is contained in the collection, and returns True if the address is present.

See also:

INetMailAddressCollection