Click or drag to resize

ImapGetFoldersTree(SubFolders) Method

Lists folder tree roots starting from root. In contrast to GetFolders method only roots are returned. You can use SubFolders to access sub folders.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public List<FolderInfo> GetFoldersTree(
	SubFolders subFolders
)

Parameters

subFolders  SubFolders
Indicates how many sub folder levels should be downloaded.

Return Value

ListFolderInfo
Folder tree roots (use SubFolders to access sub folders).
See Also