IGraphClient.ListFolders
ListFolders()
List folders from the parent folder for folders that are displayed in normal mail clients, such as the inbox.
public FolderInfoCollection ListFolders()
Return Value
Returns list of subfolders of the root folder
See Also
- class FolderInfoCollection
- interface IGraphClient
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email
ListFolders(string)
List folders from the parent folder for folders that are displayed in normal mail clients, such as the inbox.
public FolderInfoCollection ListFolders(string id)
Parameter | Type | Description |
---|---|---|
id | String | Parent folder id |
Return Value
Returns list of subfolders of the root folder
See Also
- class FolderInfoCollection
- interface IGraphClient
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email