Click or drag to resize
MimeKit

ImapEventGroup Class

An IMAP event group used with the NOTIFY command.
Inheritance Hierarchy
SystemObject
  MailKit.Net.ImapImapEventGroup

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

The ImapEventGroup type exposes the following members.

Constructors
 NameDescription
Public methodImapEventGroup(ImapMailboxFilter, ImapEvent) Initializes a new instance of the ImapEventGroup class.
Public methodImapEventGroup(ImapMailboxFilter, IListImapEvent) Initializes a new instance of the ImapEventGroup class.
Top
Properties
 NameDescription
Public propertyEvents Get the list of IMAP events.
Public propertyMailboxFilter Get the mailbox filter.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Remarks
An IMAP event group used with the NOTIFY command.
See Also