TIpMail() > High level methods |
Retrieves the name of an attached file.
:getFileName() --> cFileName
Method :getFileName() retrieves the name of a file attached to an incoming eMail and returns it as a character string. If a file is attached, the mail message is a multipart message, of which one or more parts hold the file contents. If the mail message part is no file attachment, a null string is returned ("").
http://www.xHarbour.com