Click or drag to resize
MimeKit

ImapMailboxFilterSelected Field

An IMAP mailbox filter specifying that the client wants immediate notifications for the currently selected folder.

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

Field Value

ImapMailboxFilter
Remarks
The SELECTED mailbox specifier requires the server to send immediate notifications for the currently selected mailbox about all specified message events.
See Also