IGraphClient.ListFolders
Contents
[
Hide
]ListFolders(ODataQueryBuilder)
List folders from the parent folder for folders that are displayed in normal mail clients, such as the inbox.
public FolderInfoCollection ListFolders(ODataQueryBuilder queryBuilder = null)
| Parameter | Type | Description |
|---|---|---|
| queryBuilder | ODataQueryBuilder | Optional OData query builder for filtering folders. |
Return Value
Returns list of subfolders of the root folder
See Also
- class FolderInfoCollection
- class ODataQueryBuilder
- interface IGraphClient
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email
ListFolders(string, ODataQueryBuilder)
List folders from the parent folder for folders that are displayed in normal mail clients, such as the inbox.
public FolderInfoCollection ListFolders(string id, ODataQueryBuilder queryBuilder = null)
| Parameter | Type | Description |
|---|---|---|
| id | String | Parent folder id |
| queryBuilder | ODataQueryBuilder | Optional OData query builder for filtering folders. |
Return Value
Returns list of subfolders of the root folder
See Also
- class FolderInfoCollection
- class ODataQueryBuilder
- interface IGraphClient
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email