ImapGet |
| Name | Description | |
|---|---|---|
| GetFoldersTreeAsync(SubFolders, CancellationToken) | Lists folder tree roots starting from root. In contrast to GetFolders method only roots are returned. You can use SubFolders to access sub folders. | |
| GetFoldersTreeAsync(FolderInfo, SubFolders, CancellationToken) | 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. | |
| GetFoldersTreeAsync(String, SubFolders, CancellationToken) | 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. |