Click or drag to resize
MimeKit

ImapMailboxFilterMailboxes Class

An IMAP mailbox filter that specifies a list of folders to receive notifications about.
Inheritance Hierarchy
SystemObject
  MailKit.Net.ImapImapMailboxFilter
    MailKit.Net.ImapImapMailboxFilterMailboxes
      MailKit.Net.ImapImapMailboxFilterSubtree

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

The ImapMailboxFilterMailboxes type exposes the following members.

Constructors
 NameDescription
Public methodImapMailboxFilterMailboxes(IListIMailFolder) Initializes a new instance of the ImapMailboxFilterMailboxes class.
Public methodImapMailboxFilterMailboxes(IMailFolder) Initializes a new instance of the ImapMailboxFilterMailboxes class.
Top
Properties
 NameDescription
Public propertyName Get the name of the mailbox filter.
(Inherited from ImapMailboxFilter)
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
Remarks
An IMAP mailbox filter that specifies a list of folders to receive notifications about.
See Also