IAsyncEwsClient.SyncFolderAsync

IAsyncEwsClient.SyncFolderAsync method

Retrieves changes of the items in a specified folder.

public Task<SyncFolderResult> SyncFolderAsync(SyncState syncState, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
syncStateSyncStateThe synchronization state.
cancellationTokenCancellationTokenThe cancellation token.

Return Value

Returns result of SyncFolder operation.

See Also