mimeData | Object The MIME object for which you want to retrieve the list of message headers. |
mimeHeader | Document The retrieved message headers. Key names represent the names of the header fields. The values of the keys represent the values of the header fields. For example, if the original message contained the following header fields: Content-Type: text/xml X-Doctype: RFQ X-Severity: 0 This service returns the following IS document (IData object): For key Content-Type, the value returned is text/html. For key X-Doctype, the value returned is RFQ. For key X-Severity, the value returned is 0. |