Click or drag to resize
MimeKit

IMailFolderIsSubscribed Property

Get whether or not the folder is subscribed.

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

Property Value

Boolean
if the folder is subscribed; otherwise, .
Remarks
Gets whether or not the folder is subscribed.
See Also