INetAttachmentCollection.Contains

Syntax

Contains(Value: INetAttachment): Boolean;

Parameters

Value is the attachment presence of which in the collection must be checked.

Description

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

See also:

INetAttachmentCollection