INetMapiAttachmentCollection.Contains

Syntax

Contains(Value: INetMapiAttachment): Boolean;

Parameters

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

Description

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

See also:

INetMapiAttachmentCollection