 | MailFolderIsNamespace Property |
Get whether or not the folder is a namespace folder.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 3.0.0
Syntaxpublic bool IsNamespace { get; protected set; }
Property Value
Type:
Booleantrue if the folder is a namespace folder; otherwise,
false.
Implements
IMailFolderIsNamespace
Remarks
Gets whether or not the folder is a namespace folder.
See Also