FaxAddFile

Top  Previous  Next

Prototype

 

BoolAdded:=FaxAddFile (intHandle,strFileName,intType,boolFine)

 

Description

 

Adds a file to fax as attachment.

 

Parameters

 

IntHandle: integer value corresponding to the fax handle.

 

StrFileName: string value corresponding to the path and file name to attach.

 

IntType: integer value corresponding to the fax type: 0 (text), 1 (Bitmap), 2 (Tiff).

 

BoolFine: boolean value. True value means, sending is enabled in high resolution.

 

Returned value

 

BoolAdded: boolean value. TRUE: file is attached.

 

Notes

 

None.