Click or drag to resize
MimeKit

ImapMailboxFilterInboxes Field

An IMAP mailbox filter specifying the currently selected folder.

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

Field Value

ImapMailboxFilter
Remarks

The INBOXES mailbox specifier refers to all selectable mailboxes in the user's personal namespace(s) to which messages may be delivered by a Message Delivery Agent (MDA).

If the IMAP server cannot easily compute this set, it MUST treat Inboxes as equivalent to Personal.

See Also