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


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)
ParameterTypeDescription
idStringParent folder id

Return Value

Returns list of subfolders of the root folder

See Also