 | ImapCurrentFolder Property |
Gets the status of the currently selected folder.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntaxpublic FolderStatus CurrentFolder { get; }
Public ReadOnly Property CurrentFolder As FolderStatus
Get
public:
property FolderStatus^ CurrentFolder {
FolderStatus^ get ();
}
member CurrentFolder : FolderStatus with get
Property Value
Type:
FolderStatus
See Also