Method MIMEMessage():attachFile() Professional
Attaches a file.
:attachFile( <cFileName> ) --> lSuccess
The method returns .T. (true) if the file exists and could be attached to the message. Otherwise, it returns .F. (false).
This method can be used to attach files to an e-mail message that are not part of the textual content of the message. This mainly applies to files containing binary data, such as compressed ZIP archives or image files.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.