Description
Checks if a file with the given name has already been attached.
This is used during synchronization.
Remarque : This method became available
in version 2002.05.00.
Syntaxe
VBScript
attachments.Exists fileName
Perl
$attachments->Exists(fileName);
- Identificateur
- Description
- pièces jointes
- An Attachments collection object, representing the set
of attachments in one field of a record.
- nom_fichier
- A String that identifies the name of the file in the collection.
- Valeur renvoyée
- Returns True if the file has been attached to the collection,
otherwise False.