Share via


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
public SyncFolderItemsChangesType Changes { get; set; }
public:
property SyncFolderItemsChangesType^ Changes {
    SyncFolderItemsChangesType^ get ();
    void set (SyncFolderItemsChangesType^ value);
}
/** @property */
public SyncFolderItemsChangesType get_Changes ()

/** @property */
public void set_Changes (SyncFolderItemsChangesType value)
public function get Changes () : SyncFolderItemsChangesType

public function set Changes (value : 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)