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.3.0
Syntax
C#
bool IsSubscribed { get; }

Property Value

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