Method MIMEContent():getContent() Professional
Retrieves the contents of a single part when it has multi-part content.
Syntax
:getContent() --> aContent
Return
The method returns an array containing MIMEContent objects when a single part consists of multiple parts.
Description
This method must be called to retrieve multi-part content when the :isMultiPart() method returns .T. (true). In all other cases, the contents of a MIMEContent object is its message body which is retrieved by the method :getMessage().
Feedback
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.