Method MIMEMessage():getContent() Professional

Extracts the contents.

Syntax
:getContent() --> aContent
Return

The method returns a one-dimensional array of MIMEContent objects that represent the contents of the e-mail message. If an e-mail consists only of header fields (e.g. "From:" and "Subject:"), an empty array is returned.

Description

The contents of e-mails consist of one or multiple parts. Each part is represented by one MIMEContent() object, i.e. the returned array has one or more elements when an e-mail has content. For example, the textual content is one part of an e-mail while attached files are different parts of the same mail.

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.