IAsyncEwsClient.ListSubFoldersAsync

IAsyncEwsClient.ListSubFoldersAsync method

Gets collection of child folders from parent

public Task<ExchangeFolderInfoCollection> ListSubFoldersAsync(string mailbox, 
    string parentFolderUri, CancellationToken cancellationToken = default)
ParameterTypeDescription
mailboxStringThe mailbox that is used to initialize the folder id class.
parentFolderUriStringA parent folder
cancellationTokenCancellationTokenThe cancellation token.

Return Value

ExchangeFolderInfoCollection that contains subfolders from the parent folder

See Also