Share via


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

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

public function set Changes (value : SyncFolderHierarchyChangesType)

Property Value

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.

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)