addAttachment

Syntax

addAttachment(&filePath, &filePathType, &fileName, &fileTitle)

Description

Adds an attachment to be sent along with the email.

Parameters

Parameter Description

&filePath

A string consisting of the complete path to the file and the filename itself.

&filePathType

A number representing type of file path used in first parameter. Use tools system variables such as %FilePath_Relative.

&fileName

A string representing the name of the file being attached.

&fileTitle

A string consisting of the title of the file. The titles appear near the attachment icons in place of the fully qualified filename.

Returns

None.