SyncFolderItemsResponseMessageType.Changes Property
The Changes property gets or sets the differences between the folders on the client and the folders on the server that is running Microsoft Exchange Server 2007.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Changes As SyncFolderItemsChangesType
Get
Set
'Usage
Dim instance As SyncFolderItemsResponseMessageType
Dim value As SyncFolderItemsChangesType
value = instance.Changes
instance.Changes = value
public SyncFolderItemsChangesType Changes { get; set; }
Property Value
Type: ExchangeWebServices.SyncFolderItemsChangesType
The Changes property returns a SyncFolderItemsChangesType 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.