PidTagResolveMethod Canonical Property

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Contains a folder's conflict resolution 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:

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.

Protocol Specifications

  • [MS-OXCSYNC]
    Handles synchronizing messaging object data between a server and a client.

  • [MS-OXCFXICS]
    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.

See Also

Concepts

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names