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);