INetMapiAttachmentCollection.Contains

Syntax

Contains(Value: INetMapiAttachment): 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 given attachments collection. This method returns True in case the attachment is present in the collection, and False in case the attachment is not present.

See also:

INetMapiAttachmentCollection