PR_RTF_COMPRESSED
The
PR_RTF_COMPRESSED property contains the Rich Text Format version of the message
text, usually in compressed form.
Quick Info
Header
file: |
MAPITAGS.H |
May be
exposed by: |
Message
objects |
Identifier: |
0x1009 |
Property
type: |
PT_BINARY |
Property
tag: |
0x10090102 |
Remarks
The
PR_RTF_COMPRESSED property contains the same message text as the PR_BODY
Message text
in RTF is normally stored in compressed form. However, some systems do not
compress formatted text. To accommodate them, MAPI provides the
dwMagicUncompressedRTF value for a stream header to identify uncompressed RTF,
and the STORE_UNCOMPRESSED_RTF in PR_STORE_SUPPORT_MASK
To obtain the
contents of PR_RTF_COMPRESSED, call OpenProperty, then call WrapCompressedRTFStream
Message
stores that support RTF ignore any changes to white space in the message text.
When PR_BODY is stored for the first time, the message store also generates and
stores PR_RTF_COMPRESSED. If the IMAPIProp::SaveChanges