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