Checks if a file with the given name has already been attached. This is used during synchronization.
VBScript
attachments.Exists fileName
Perl
$attachments->Exists(fileName);