PidTagResolveMethod Canonical Property
Applies to: Outlook 2013 | Outlook 2016
Contains a folder's conflict resolution value.
Property | Value |
---|---|
Associated properties: |
PR_RESOLVE_METHOD |
Identifier: |
0x3FE7 |
Data type: |
PT_LONG |
Area: |
MAPI status |
Remarks
This property on the folder containing the conflict resolution message will indicate how to resolve the conflict. This property is not required. However, if it is set, flags other than the following must not be present:
Flag | Description |
---|---|
RESOLVE_METHOD_DEFAULT (0x00000000) |
Conflict resolve message should be generated. |
RESOLVE_METHOD_LAST_WRITER_WINS (0x00000001) |
Overwrite target message with current changes being applied. |
RESOLVE_NO_CONFLICT_NOTIFICATION (0x00000002) |
Do not send conflict notification message when generating conflict resolve message in public folder. |
A client or server must not generate a conflict resolve message for associated messages. These messages must be resolved by using RESOLVE_METHOD_LAST_WRITER_WINS semantics.
Related resources
Protocol specifications
Handles synchronizing messaging object data between a server and a client.
Defines the basic data structures that are used in remote operations.
Header files
Mapidefs.h
Provides data type definitions.
Mapitags.h
Contains definitions of properties listed as alternate names.