Click or drag to resize
MimeKit

IMailFolderIsNamespace Property

Get whether or not the folder is a namespace folder.

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

Property Value

Boolean
true if the folder is a namespace folder; otherwise, false.
Remarks
Gets whether or not the folder is a namespace folder.
See Also