Dart.Mail Namespace > Imap Class : Alert Event |
Public Event Alert As EventHandler(Of ImapAlertEventArgs)
Dim instance As Imap Dim handler As EventHandler(Of ImapAlertEventArgs) AddHandler instance.Alert, handler
public event EventHandler<ImapAlertEventArgs> Alert
public: __event EventHandler<ImapAlertEventArgs*>* Alert
public: event EventHandler<ImapAlertEventArgs^>^ Alert
The event handler receives an argument of type ImapAlertEventArgs containing data related to this event. The following ImapAlertEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Message | Contains the text of the message received from the IMAP server. |