IEWSClient.ListSubFolders
Contents
[
Hide
]ListSubFolders(string, string)
Gets collection of child folders from parent
public ExchangeFolderInfoCollection ListSubFolders(string mailbox, string parentFolderUri)
Parameter | Type | Description |
---|---|---|
mailbox | String | The mailbox that is used to initialize the folder id class. |
parentFolderUri | String | A parent folder |
Return Value
ExchangeFolderInfoCollection
that contains subfolders from the parent folder
See Also
- class ExchangeFolderInfoCollection
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- 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
See Also
- class ExchangeFolderInfoCollection
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
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
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email