IAsyncEwsClient.SyncFolderAsync
IAsyncEwsClient.SyncFolderAsync method
Retrieves changes of the items in a specified folder.
public Task<SyncFolderResult> SyncFolderAsync(SyncState syncState, 
    CancellationToken cancellationToken = default)
| Parameter | Type | Description | 
|---|---|---|
| syncState | SyncState | The synchronization state. | 
| cancellationToken | CancellationToken | The cancellation token. | 
Return Value
Returns result of SyncFolder operation.
See Also
- class SyncFolderResult
 - class SyncState
 - interface IAsyncEwsClient
 - namespace Aspose.Email.Clients.Exchange.WebService
 - assembly Aspose.Email