Click or drag to resize
MimeKit

MailFolderCanOpen Property

Get whether or not the folder can be opened.

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

Property Value

Boolean
if the folder can be opened; otherwise, .

Implements

IMailFolderCanOpen
Remarks
Gets whether or not the folder can be opened.
See Also