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