| ImapGetSubscribedFolders Method |
Lists all folders (mailboxes) user is subscribed to.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public List<FolderInfo> GetSubscribedFolders()
Public Function GetSubscribedFolders As List(Of FolderInfo)
public:
List<FolderInfo^>^ GetSubscribedFolders()
member GetSubscribedFolders : unit -> List<FolderInfo>
Return Value
Type:
ListFolderInfoFolder list.
Remarks
IMAP servers may differ in the separator character used in folder hierarchy paths.
Common separator chars are '.' and '/'. For example: "Inbox/Folder" or "Inbox.Folder".
See Also