SyncFolderItemsResponseMessageType.Changes Property

Definition

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.

public:
 property ExchangeWebServices::SyncFolderItemsChangesType ^ Changes { ExchangeWebServices::SyncFolderItemsChangesType ^ get(); void set(ExchangeWebServices::SyncFolderItemsChangesType ^ value); };
public ExchangeWebServices.SyncFolderItemsChangesType Changes { get; set; }
Public Property Changes As SyncFolderItemsChangesType

Property Value

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.

Applies to