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)
Parameter | Type | Description |
---|---|---|
parentFolderUri | String | A parent folder URI |
page | PageInfo | A page info |
cancellationToken | CancellationToken | The cancellation token. |
Return Value
A ExchangeFolderPageInfo
containing the found folder if folder name is specified; otherwise, returns all subfolders
See Also
- class ExchangeFolderPageInfo
- class PageInfo
- interface IAsyncEwsClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email