ImapGet |
| Name | Description | |
|---|---|---|
| GetFoldersAsync(CancellationToken) | 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(FolderInfo, CancellationToken) | Lists all folders (mailboxes) under specified folder (mailbox). | |
| GetFoldersAsync(String, CancellationToken) | Lists all folders (mailboxes) under specified folder (mailbox). | |
| GetFoldersAsync(SubFolders, CancellationToken) | 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(FolderInfo, SubFolders, CancellationToken) | Lists all folders (mailboxes) under specified folder (mailbox). | |
| GetFoldersAsync(String, SubFolders, CancellationToken) | Lists all folders (mailboxes) under specified folder (mailbox). |