Click or drag to resize
MimeKit

ImapEvent Class

An IMAP notification event.
Inheritance Hierarchy
SystemObject
  MailKit.Net.ImapImapEvent
    MailKit.Net.ImapImapEventMessageNew

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

The ImapEvent type exposes the following members.

Properties
 NameDescription
Public propertyName Get the name of the IMAP event.
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
Fields
 NameDescription
Public fieldStatic memberAnnotationChange An IMAP event notification for message annotation changes.
Public fieldStatic memberFlagChange An IMAP event notification for message flag changes.
Public fieldStatic memberMailboxMetadataChange An IMAP event notification for changes to folder metadata.
Public fieldStatic memberMailboxName AN IMAP event notification for folders that have been created, deleted, or renamed.
Public fieldStatic memberMessageExpunge An IMAP event notification for expunged messages.
Public fieldStatic memberServerMetadataChange An IMAP event notification for changes to server metadata.
Public fieldStatic memberSubscriptionChange An IMAP event notification for folders who have had their subscription status changed.
Top
Remarks
An IMAP notification event.
See Also