Click or drag to resize
MimeKit

ImapMailboxFilterSelectedDelayed Field

An IMAP mailbox filter specifying the currently selected folder but delays notifications until a command has been issued.

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

Field Value

ImapMailboxFilter
Remarks
The SELECTED-DELAYED mailbox specifier requires the server to delay a MessageExpunge event until the client issues a command that allows returning information about expunged messages (see Section 7.4.1 of RFC3501] for more details), for example, till a NOOP or an IDLE command has been issued. When SELECTED-DELAYED is specified, the server MAY also delay returning other message events until the client issues one of the commands specified above, or it MAY return them immediately.
See Also