| MailFolderIsNamespace Property |
Get whether or not the folder is a namespace folder.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public bool IsNamespace { get; protected set; }
Property Value
Booleantrue if the folder is a namespace folder; otherwise,
false.
Implements
IMailFolderIsNamespaceRemarks
Gets whether or not the folder is a namespace folder.
See Also