PR_RTF_IN_SYNC
The PR_RTF_IN_SYNC
property contains TRUE if PR_RTF_COMPRESSED has the same text content as
PR_BODY for this message.
Quick Info
Header
file: |
MAPITAGS.H |
May be
exposed by: |
Message
objects |
Identifier: |
0x0E1F |
Property
type: |
PT_BOOLEAN |
Property
tag: |
0x0E1F000B |
Remarks
A value of
TRUE means that the PR_BODY
A value of
FALSE means that the two versions are not synchronized for text content but are
capable of being synchronized by the RTFSync72QW74 function. One version has been altered and
the other version has not.
No value,
PR_RTF_IN_SYNC is not set at all, means that the two versions, if both exist or
ever existed, cannot be synchronized. One version has been deleted or altered
so radically that synchronization is no longer possible.
A client
application that has modified PR_RTF_COMPRESSED should set a value of FALSE in
PR_RTF_IN_SYNC to force synchronization. RTF-aware message stores should
perform the synchronization using RTFSync during an IMAPIProp::SaveChanges
If PR_BODY
has had modifications to anything other than its white space, the message store
must delete PR_RTF_IN_SYNC to terminate synchronization.