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