SyncFolderHierarchyResponseMessageType.Changes Property
The Changes property gets or sets the differences between the folders on the client and the folders on the Exchange server.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Changes As SyncFolderHierarchyChangesType
Get
Set
'Usage
Dim instance As SyncFolderHierarchyResponseMessageType
Dim value As SyncFolderHierarchyChangesType
value = instance.Changes
instance.Changes = value
public SyncFolderHierarchyChangesType Changes { get; set; }
Property Value
Type: ExchangeWebServices.SyncFolderHierarchyChangesType
The Changes property returns a SyncFolderHierarchyChangesType object that contains a sequenced array of change types that describe the differences between the folders on the client and the folders on the Exchange server.