Expand Minimize
This topic has not yet been rated - Rate this topic

ExchangeService.EndSyncFolderHierarchy method

EWS Managed API

Ends an asynchronous request to synchronize a specified folder hierarchy of a mailbox.

This method was introduced in the Exchange Web Services (EWS) Managed API 1.2.

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
public ChangeCollection<FolderChange> EndSyncFolderHierarchy(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: System.IAsyncResult
An IAsynResult object that references the specified asynchronous request.

Return value

Type: Microsoft.Exchange.WebServices.Data.ChangeCollection<FolderChange>
A ChangeCollection<TChange> collection of FolderChange objects containing the list of changes that occurred in the specified folder hierarchy.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.