PR_RESOLVE_METHOD

The PR_RESOLVE_METHOD property specifies the method used to resolve conflicts on messages in a public folder.

Quick Info

Header file: EDKMDB.H
Applies to: Public folder objects (information store objects)
Identifier: 0x3fe7
Property type: PT_LONG
Access: Read/write

Values

0
RESOLVE_METHOD_DEFAULT
Default handling of message conflicts.
1
RESOLVE_METHOD_LAST_WRITER_WINS
Last writer will win the conflict.
2
RESOLVE_METHOD_NO_CONFLICT_NOTIFICATION
Same steps as with RESOLVE_METHOD_DEFAULT, except that the contacts defined on a folder and the modifiers of a message are not notified.

Remarks

When two users have simultaneously edited a message in a public folder, the resulting edited versions are in conflict. The conflict is resolved by the method specified by this property. The rejected version of the message is retained as an attachment to the edited version.

For more information, see Default Conflict Resolution, Handling Message Conflicts, Last Writer Wins, and No Conflict Notification.

See Also

PR_IN_CONFLICT