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