Click or drag to resize

ImapGetFolders Method

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