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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also