Click or drag to resize
MimeKit

WebAlertEventArgs 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 WebAlertEventArgs : AlertEventArgs

The WebAlertEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodWebAlertEventArgs Initializes a new instance of the WebAlertEventArgs class.
Top
Properties
 NameDescription
Public propertyMessage Gets the alert message.
(Inherited from AlertEventArgs)
Public propertyWebUri Gets the web URI.
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 WebAlert events when they receive web alert messages from the server.
See Also