Click or drag to resize

ImapGetFoldersAsync Method

Overload List
  NameDescription
Public methodGetFoldersAsync
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.
Public methodGetFoldersAsync(String)
Lists all folders (mailboxes) under specified folder (mailbox).
Public methodGetFoldersAsync(FolderInfo)
Lists all folders (mailboxes) under specified folder (mailbox).
Public methodGetFoldersAsync(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.
Public methodGetFoldersAsync(String, SubFolders)
Lists all folders (mailboxes) under specified folder (mailbox).
Public methodGetFoldersAsync(FolderInfo, SubFolders)
Lists all folders (mailboxes) under specified folder (mailbox).
Top
See Also