2.1.3.3.4 HTML Text Message Body Without Inline Attachments

When the best body format type is HTML and no inline Attachment objects exist, MIME writers SHOULD generate a MIME entity that has "multipart/alternative" for the value of its Content-Type header, and that has the following two child entities:

  1. The first child entity has "text/plain" for the value of its Content-Type header. Its body SHOULD be plain text generated from the value of the PidTagHtml property ([MS-OXCMSG] section 2.2.1.58.9). MIME writers that rely on the store for text conversions MAY<67> instead copy the body from the value of the PidTagBody property ([MS-OXCMSG] section 2.2.1.58.1), assuming that the value of the PidTagBody property is equal to the value of the PidTagHtml property.

  2. The second child entity has "text/HTML" for the value of its Content-Type header. Its body is the value of the PidTagHtml property.

The plain text and charset parameters SHOULD be processed as specified in section 2.1.3.3.3. HTML text MAY be processed in exactly the same way, or characters that do not fit the preferred character set can instead be encoded within the HTML.