ListFolders
ListFolders (1 of 2)
List folders from the parent folder for folders that are displayed in normal mail clients, such as the inbox.
Returns: Returns list of subfolders of the root folder
ListFolders(System::SharedPtr < ODataQueryBuilder > queryBuilder)
| Parameter | Description |
|---|---|
| queryBuilder | Optional OData query builder for filtering folders. |
ListFolders (2 of 2)
List folders from the parent folder for folders that are displayed in normal mail clients, such as the inbox.
Returns: Returns list of subfolders of the root folder
ListFolders(System::String id, System::SharedPtr < ODataQueryBuilder > queryBuilder)
| Parameter | Description |
|---|---|
| id | Parent folder id |
| queryBuilder | Optional OData query builder for filtering folders. |