IAsyncEwsClient.ListSubFoldersAsync
IAsyncEwsClient.ListSubFoldersAsync method
Gets collection of child folders from parent
public Task<ExchangeFolderInfoCollection> ListSubFoldersAsync(string mailbox,
string parentFolderUri, CancellationToken cancellationToken = default)
Parameter | Type | Description |
---|---|---|
mailbox | String | The mailbox that is used to initialize the folder id class. |
parentFolderUri | String | A parent folder |
cancellationToken | CancellationToken | The cancellation token. |
Return Value
ExchangeFolderInfoCollection
that contains subfolders from the parent folder
See Also
- class ExchangeFolderInfoCollection
- interface IAsyncEwsClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email