Description
Checks if a file with the given name has already been attached.
This is used during synchronization.
Anmerkung: This method became available
in version 2002.05.00.
Syntax
VBScript
attachments.Exists fileName
Perl
$attachments->Exists(fileName);
- Identifier
- Description
- attachments
- An Attachments collection object, representing the set
of attachments in one field of a record.
- fileName
- A String that identifies the name of the file in the collection.
- Return value
- Returns True if the file has been attached to the collection,
otherwise False.