Script functions reference > Script functions in alphabetical order > G > GetAttachmentFile

GetAttachmentFile
Syntax
GetAttachmentFile(num_file);
num_file
Description
Returns the file name of an attachment saved to disk via an EmailIN connector. The file names are not the original attachment file names. Use the scripting function GetAttachmentOriginalFile to map the stored files to the original attachment names.
Returns
str
Example
$file = GetAttachmentFile(1);
OpenText StreamServe 5.6 Updated: 2013-03-01