Contains(Value: INetMailAddress): Boolean;
Value is the email address presence of which needs to be checked in the collection.
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: