Gets the currently selected
Folder, or null reference (or Nothing in VB.NET) if no mailbox is selected.
public Folder WorkingFolder { get; }
Public ReadOnly Property WorkingFolder As Folder
public:
property Folder WorkingFolder {
Folder get();
}
Value
The Currently selected mailbox.
Remarks
Use
Select to select a mailbox and
Deselect to deselect it.