Click or drag to resize

ImapGetFoldersTreeAsync Method

Overload List
  NameDescription
Public methodGetFoldersTreeAsync(SubFolders)
Lists folder tree roots starting from root. In contrast to GetFolders method only roots are returned. You can use SubFolders to access sub folders.
Public methodGetFoldersTreeAsync(String, SubFolders)
Lists folder tree roots starting from specified folder (mailbox). In contrast to GetFolders method only roots are returned. You can use SubFolders to access sub folders.
Public methodGetFoldersTreeAsync(FolderInfo, SubFolders)
Lists folder tree roots starting from specified folder (mailbox). In contrast to GetFolders method only roots are returned. You can use SubFolders to access sub folders.
Top
See Also