Click or drag to resize
MimeKit

ImapMailboxFilterSubtree Class

An IMAP mailbox filter that specifies a list of folder subtrees to get 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 Subtree : ImapMailboxFilterMailboxes

The ImapMailboxFilterSubtree type exposes the following members.

Constructors
 NameDescription
Public methodImapMailboxFilterSubtree(IListIMailFolder) Initializes a new instance of the ImapMailboxFilterSubtree class.
Public methodImapMailboxFilterSubtree(IMailFolder) Initializes a new instance of the ImapMailboxFilterSubtree 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

The client will receive notifications for each specified folder plus all selectable folders that are subordinate to any of the specified folders.

See Also