mimeData | Document MIME object whose content you want to retrieve. (This IData object is produced by
pub.mime:createMimeData.) |
index | String. Optional. Index number of the body part whose content you want to retrieve (if you want to retrieve the content from a specific body part). The first body part is index number zero. Note: If contentID is specified, index is ignored. |
contentID | String. Optional. Value of the Content-ID header field of the body part whose content you want to retrieve (if you want to retrieve the payload from a specific body part). |
content | IData The payload of the specified body part. |
encrypted | String Flag whose value indicates whether content is an encrypted MIME message. A value of: true indicates that content is an encrypted message. false indicates that content is not an encrypted message. |
signed | String Flag indicating whether content is a signed MIME message. A value of: true indicates that content is a signed MIME message. false indicates that content is not a signed MIME message. |
certsOnly | String Flag whose value indicates whether content is a certs-only MIME message. A value of: true indicates that content is a certs-only message. false indicates that content is not a certs-only message. |