ConflictResolutionMode enumeration

Defines how conflict resolutions are handled in update operations.

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)

'Declaration
Public Enumeration ConflictResolutionMode
'Usage
Dim instance As ConflictResolutionMode

Member nameDescription
NeverOverwriteLocal property changes are discarded.
AutoResolveLocal property changes are applied to the server unless the server-side copy is more recent than the local copy.
AlwaysOverwriteLocal property changes overwrite server-side changes.
Show: