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

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 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
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