mimeData | Document MIME object whose message headers you want to retrieve. (This IData object is produced by pub.mime:createMimeData) | ||
index | String Optional. Index number of the body part whose header fields you want to retrieve. The first body part is index zero.
| ||
contentID | String Optional. Value of the Content-ID header field of the body part whose header fields you want to retrieve. | ||
decodeHeaders | String Conditional. Flag whose value indicates whether to decode encoded headers in the MIME object. Set to: true to indicate that the headers should be decoded. false to indicate that the headers should not be decoded. This is the default. |
mimeHeader | Document IData object containing the message headers. Key names represent the names of the header fields. The value of a key represents the value of that header field. For example, if the original message contained the following message header fields: Content-Type: text/xml X-Doctype: RFQ X-Severity: 0 get Body Part Header would return the following IData object: | |
Key | Value | |
Content-Type | text/xml | |
X-Doctype | RFQ | |
X-Severity | 0 |