INetMailAddressCollection.Contains

Syntax

Contains(Value: INetMailAddress): Boolean;

Parameters

Value is the email address presence of which needs to 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