Name | POP3it_Adv_GetAttachmentFileName |
---|
Description | This function returns the File Name of an Attachment in the current email. If the GetRefInline parameter is set to True, it will return the File Name of Inline Images Referenced in the HTML.
|
---|
Return Type | Text |
---|
Format | POP3it_Adv_GetAttachmentFileName ( Number ; GetRefInline ) |
---|
Required Parameters | Number The Attachment Number to return the Name of from the Current Message.
|
---|
Optional Parameters | - GetRefInline
If True, this function will return the FileName of any Inline Images Referenced in the HTML. (Default is False.)
|
---|
Examples | - Example 1
If there are at least two Attachments in the current email, this would return something like "Proposal.pdf". POP3it_Adv_GetAttachmentFileName( 2 )
- Example 2
If there is a Referenced Inline Image in the current email, this would return something like "Image001.gif". POP3it_Adv_GetAttachmentFileName( 1 ; True )
|
---|