Click or drag to resize
MimeKit

ImapMailboxFilterSubscribed Field

An IMAP mailbox filter that refers to all subscribed folders.

Namespace: MailKit.Net.Imap
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public static readonly ImapMailboxFilter Subscribed

Field Value

ImapMailboxFilter
Remarks

The SUBSCRIBED mailbox specifier refers to all folders subscribed to by the user.

If the subscription list changes, the server MUST reevaluate the list.

See Also