MailBee.NET Objects 7.1

Imap.IsFolderSelected Property

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

public bool IsFolderSelected {get;}

Property Value

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 or ExamineFolder methods. An IMAP4 mail account is guaranteed to contain at least "Inbox" folder.

See Also

Imap Class | MailBee.ImapMail Namespace