| MailFolderIsOpen Property |
Get a value indicating whether the folder is currently open.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public abstract bool IsOpen { get; }
Property Value
Booleantrue if the folder is currently open; otherwise,
false.
Implements
IMailFolderIsOpenRemarks
Gets a value indicating whether the folder is currently open.
See Also