ImapIsFolderSelected Property |
Indicates if a folder is currently selected in the mail account.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic bool IsFolderSelected { get; }
Public ReadOnly Property IsFolderSelected As Boolean
Get
Property Value
Type:
Booleantrue 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