IAsyncEwsClient.ListPublicFoldersAsync

IAsyncEwsClient.ListPublicFoldersAsync method

Gets collection of public folders from root public folder

public Task<ExchangeFolderInfoCollection> ListPublicFoldersAsync(
    CancellationToken cancellationToken = default)
ParameterTypeDescription
cancellationTokenCancellationTokenThe cancellation token.

Return Value

ExchangeFolderInfoCollection that contains subfolders from the root public folder

See Also