INetAttachmentCollection.Contains

Syntax

Contains(Value: INetAttachment): Boolean;

Parameters

Value - attachment, which presence 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 already present.

See also:

INetAttachmentCollection