ExchangeClient.ListSubFolders
ListSubFolders(ExchangeFolderInfo)
Gets collection of child public folders from parent
public ExchangeFolderInfoCollection ListSubFolders(ExchangeFolderInfo parentFolder)
Parameter | Type | Description |
---|---|---|
parentFolder | ExchangeFolderInfo | The parent ExchangeFolderInfo |
Return Value
ExchangeFolderInfoCollection
that contains subfolders from the parent folder
See Also
- class ExchangeFolderInfoCollection
- class ExchangeFolderInfo
- class ExchangeClient
- namespace Aspose.Email.Clients.Exchange.Dav
- assembly Aspose.Email
ListSubFolders(string)
Gets collection of child folders from parent
public ExchangeFolderInfoCollection ListSubFolders(string parentFolderUri)
Parameter | Type | Description |
---|---|---|
parentFolderUri | String | The uri of the parent folder |
Return Value
ExchangeFolderInfoCollection
that contains subfolders from the parent folder
Exceptions
exception | condition |
---|---|
AsposeArgumentException | parentFolderUri is null or empty |
See Also
- class ExchangeFolderInfoCollection
- class ExchangeClient
- namespace Aspose.Email.Clients.Exchange.Dav
- assembly Aspose.Email