ListSubFolders
Contents
[
Hide
]ListSubFolders (1 of 3)
Gets collection of child public folders from parent
Returns: ExchangeFolderInfoCollection that contains subfolders from the parent folder
ListSubFolders(System::SharedPtr < ExchangeFolderInfo > parentFolder)
| Parameter | Description |
|---|---|
| parentFolder | The parent ExchangeFolderInfo |
ListSubFolders (2 of 3)
Gets collection of child folders from parent
Returns: ExchangeFolderInfoCollection that contains subfolders from the parent folder
ListSubFolders(System::String mailbox, System::String parentFolderUri)
| Parameter | Description |
|---|---|
| mailbox | The mailbox that is used to initialize the folder id class. |
| parentFolderUri | A parent folder |
ListSubFolders (3 of 3)
Gets collection of child folders from parent
Returns: ExchangeFolderInfoCollection that contains subfolders from the parent folder
ListSubFolders(System::String parentFolderUri)
| Parameter | Description |
|---|---|
| parentFolderUri | The uri of the parent folder |