ImapGetFoldersAsync Method |
Name | Description | |
---|---|---|
GetFoldersAsync |
Lists all folders (mailboxes) starting from root.
Folders starting with '#' are usually shared between users. You can use GetNamespaces to obtain information about shared folders.
| |
GetFoldersAsync(String) |
Lists all folders (mailboxes) under specified folder (mailbox).
| |
GetFoldersAsync(FolderInfo) |
Lists all folders (mailboxes) under specified folder (mailbox).
| |
GetFoldersAsync(SubFolders) |
Lists all folders (mailboxes) starting from root.
Folders starting with '#' are usually shared between users. You can use GetNamespaces to obtain information about shared folders.
| |
GetFoldersAsync(String, SubFolders) |
Lists all folders (mailboxes) under specified folder (mailbox).
| |
GetFoldersAsync(FolderInfo, SubFolders) |
Lists all folders (mailboxes) under specified folder (mailbox).
|