ExchangeServiceBinding.EndSyncFolderItems(IAsyncResult) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The EndSyncFolderItems(IAsyncResult) method is used to end an asynchronous SyncFolderItems(SyncFolderItemsType) call.
public:
ExchangeWebServices::SyncFolderItemsResponseType ^ EndSyncFolderItems(IAsyncResult ^ asyncResult);
C#
public ExchangeWebServices.SyncFolderItemsResponseType EndSyncFolderItems (IAsyncResult asyncResult);
Public Function EndSyncFolderItems (asyncResult As IAsyncResult) As SyncFolderItemsResponseType
- asyncResult
- IAsyncResult
The EndSyncFolderItems(IAsyncResult) method returns a SyncFolderItemsResponseType object.
Product | Versions |
---|---|
Exchange EWS proxy | Latest |