Method MIMEContent():isMultiPart() Professional
Determines if a single part is comprised of multiple content parts.
:isMultiPart() --> lIsMultipart
The method returns .T. (true) when the content contains multiple content parts, otherwise .F. (false) is returned.
Each single part of a multi-part e-mail may contain again multiple parts. If this is the case, the contents of an e-mail must be examined recursively in order to obtain all information sent with the e-mail message.
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.