ImapIsFolderSelected Property
Indicates if a folder is currently selected in the mail account.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool IsFolderSelected { get; }

Property Value

Type: Boolean
true if a folder has already been selected; otherwise, false.
Remarks
Many methods of the Imap component require a folder be selected in order to perform successfully. To select a folder, the developer can use SelectFolder(String) or ExamineFolder(String) methods. An IMAP4 mail account is guaranteed to contain at least "Inbox" folder.
See Also