指定された名前のファイルが既に添付されているかどうかを確認します。これは、同期化中に使用されます。
VBScript
attachments.Exists fileName
Perl
$attachments->Exists(fileName);