UpdateItemResponseMessageType.ConflictResults Property
The ConflictResults property gets or sets the number of conflicts in the result.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ConflictResults As ConflictResultsType
Get
Set
'Usage
Dim instance As UpdateItemResponseMessageType
Dim value As ConflictResultsType
value = instance.ConflictResults
instance.ConflictResults = value
public ConflictResultsType ConflictResults { get; set; }
Property Value
Type: ExchangeWebServices.ConflictResultsType
The ConflictResults property returns a ConflictResultsType object that contains the number of conflicts in the result.
See Also