MailGetFileName |
Top Previous Next |
Prototype
strName:=MailGetFileName(intMailHandle,intPos)
Description
Gets mail attachment file name in a specific position.
Parameters
intMailHandle: integer value corresponding to the handle of the mail.
IntPos: integer value corresponding to the attachment position.
Returned value
strName: String corresponding to the attachment name.
Notes
None. |