Enum ConflictResolutionMode
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines how conflict resolutions are handled in update operations.
public enum ConflictResolutionMode
Fields
AlwaysOverwrite = 2
Local property changes overwrite server-side changes.
AutoResolve = 1
Local property changes are applied to the server unless the server-side copy is more recent than the local copy.
NeverOverwrite = 0
Local property changes are discarded.