Imap.CurrentFolder Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
CurrentFolder
Gets the ImapFolder object that represents the currently selected folder, or null if no folder is selected.
Declaration
public ImapFolder CurrentFolder { get; }
Property Value
Type | Description |
---|---|
ImapFolder | Currently selected folder. |
Remarks
Use SelectFolder(String) to select a folder and UnselectFolder() to unselect it.