Click or drag to resize
MimeKit

IMailFolderCanOpen Property

Get whether or not the folder can be opened.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntax
C#
bool CanOpen { get; }

Property Value

Boolean
if the folder can be opened; otherwise, .
Remarks
Gets whether or not the folder can be opened.
See Also