IAsyncEwsClient.ListSubFoldersByPageAsync

IAsyncEwsClient.ListSubFoldersByPageAsync method

Searches the specified folder in the given parent folder with paging Method supports paging.

public Task<ExchangeFolderPageInfo> ListSubFoldersByPageAsync(string parentFolderUri, 
    PageInfo page, CancellationToken cancellationToken = default)
ParameterTypeDescription
parentFolderUriStringA parent folder URI
pagePageInfoA page info
cancellationTokenCancellationTokenThe cancellation token.

Return Value

A ExchangeFolderPageInfo containing the found folder if folder name is specified; otherwise, returns all subfolders

See Also