Gets the ImapFolder object that represents the currently selected folder, or null if no folder is selected.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public ReadOnly Property CurrentFolder As ImapFolder
	Get
C#
public ImapFolder CurrentFolder { get; }

Field Value

Currently selected folder.

Remarks

Use SelectFolder(String) to select a folder and UnselectFolder()()()() to unselect it.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also