Click or drag to resize
MimeKit

ImapMailboxFilter Class

An IMAP mailbox filter for use with the NOTIFY command.
Inheritance Hierarchy
SystemObject
  MailKit.Net.ImapImapMailboxFilter
    MailKit.Net.ImapImapMailboxFilterMailboxes

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

The ImapMailboxFilter type exposes the following members.

Properties
 NameDescription
Public propertyName Get the name of the mailbox filter.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberInboxes An IMAP mailbox filter specifying the currently selected folder.
Public fieldStatic memberPersonal An IMAP mailbox filter specifying all selectable folders within the user's personal namespace.
Public fieldStatic memberSelected An IMAP mailbox filter specifying that the client wants immediate notifications for the currently selected folder.
Public fieldStatic memberSelectedDelayed An IMAP mailbox filter specifying the currently selected folder but delays notifications until a command has been issued.
Public fieldStatic memberSubscribed An IMAP mailbox filter that refers to all subscribed folders.
Top
Remarks
An IMAP mailbox filter for use with the NOTIFY command.
See Also