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.0.0
Syntax
C#
public class ImapMailboxFilter
Request Example

The ImapMailboxFilter type exposes the following members.

Properties
 NameDescription
Public propertyName Get the name of the mailbox filter.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(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