Click or drag to resize
MimeKit

MailFolderIsSubscribed Property

Get a value indicating whether the folder is subscribed.

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

Property Value

Boolean
true if the folder is subscribed; otherwise, false.

Implements

IMailFolderIsSubscribed
Remarks
Gets a value indicating whether the folder is subscribed.
See Also