UpdateItemType.ConflictResolution Property
The ConflictResolution property gets or sets an enumeration value that represents the type of conflict resolution that is performed during an update. This property is required. This is a read/write property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ConflictResolution As ConflictResolutionType
Get
Set
'Usage
Dim instance As UpdateItemType
Dim value As ConflictResolutionType
value = instance.ConflictResolution
instance.ConflictResolution = value
public ConflictResolutionType ConflictResolution { get; set; }
Property Value
Type: ExchangeWebServices.ConflictResolutionType
The ConflictResolution property returns a ConflictResolutionType enumeration.
See Also