Exists

Description

Checks if a file with the given name has already been attached. This is used during synchronization.

Note: 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 Long that is an index into the collection. This index is 0-based and points to the file that you want to delete.
Return value
Returns True if the file has been attached to the collection, otherwise False.


Commentaires en retour