PR_IN_CONFLICT

The PR_IN_CONFLICT property indicates which embedded message attachments represent conflicting versions of a message in conflict.

Quick Info

Header file: EDKMDB.H
Applies to: Attachment objects (information store objects)
Identifier: 0x666c
Property type: PT_BOOLEAN
Access: Read-only

Values

0
FALSE = Attachment is not a conflicting version.
1
TRUE = Attachment is a conflicting version.

Remarks

The PR_IN_CONFLICT property is TRUE for those embedded message attachments that are conflicting versions of the top-level message. It is used by any conflict resolution agent (or form). From this property, the agent can locate the conflicting versions of the message. Then the agent can choose the winning version using any criteria or merge the conflicting versions. For more information, see Handling Message Conflicts.