MailGetFileAs |
Top Previous Next |
Prototype
MailGetFileAs(intMailHandle,intNumber,strPath)
Description
Gets an attachment from email and save its as file.
Parameters
intMailHandle: integer value corresponding to the handle of the mail.
intNumber: integer value corresponding to the number of attachment to save.
strPath: String corresponding to the attachment name.
Returned value
None.
Notes
None. |