ImapIsFolderSelected Property |
Indicates if a folder is currently selected in the mail account.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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