Gets the list of root subfolders.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
Public Function GetFolderList As ImapFolderCollection |
C# |
---|
public ImapFolderCollection GetFolderList() |
Return Value
A list of subfolders.Remarks
This method represents IMAP LIST and LSUB commands.