Click or drag to resize
MimeKit

AlertEventArgs Class

Alert event arguments.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    MailKitAlertEventArgs
      MailKitWebAlertEventArgs

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public class AlertEventArgs : EventArgs

The AlertEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodAlertEventArgs Initializes a new instance of the AlertEventArgs class.
Top
Properties
 NameDescription
Public propertyMessage Gets the alert message.
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
Some IMailStore implementations, such as ImapClient, will emit Alert events when they receive alert messages from the server.
See Also