MailAddFile

Top  Previous  Next

Prototype

 

BoolAdded:=MailAddFile (intHandle,strFileName)

 

Description

 

Adds a file as attachment to a mail previously created.

 

Parameters

 

IntHandle: integer value corresponding to the mail handle.

 

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

 

Returned value

 

BoolAdded: Boolean value. True: the file is attached, False: the file not exist.

 

Notes

 

None.