mimeData | Document MIME object whose message headers you want to retrieve. (This IData object is produced by
pub.mime:createMimeData.) |
mimeHeader | Document. Conditional. An IData object containing the message headers. Key names represent the names of the header fields. The value of a key represents the value of the header fields. For example, if the original message contained the following message header fields: Message-ID: <002e01c0f150$6f33010a@sgx.com> From: "Purch01@GSX.com" <Purch01@GSX.com>To: <EXPEst@exprint.com> MIME-Version: 1.0 Content-Type: text/xml X-Doctype: RFQ X-Severity: 0 getMimeHeader would return the following: | |
Key | Value | |
Message-ID | <002e01c0f150$6f33010a@sgx.com> | |
From | "Purch01@GSX.com" <Purch01@GSX.com> | |
To | <EXPEst@exprint.com> | |
MIME-Version | 1.0 | |
Content-Type | text/xml | |
X-Doctype | RFQ | |
X-Severity | 0 |