Occurs when a notification is received from the server.
By sending notifications, the server informs connected clients about specific actions performed by either this client, by another connected session, or the server itself.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
Public Event Notification As EventHandler(Of ImapNotificationEventArgs) |
C# |
---|
public event EventHandler<ImapNotificationEventArgs> Notification |
Remarks
It always arises during a method execution while the Imap object is locked.
Therefore executing methods of the Imap object in the event handler is not allowed
(it will always fail with Pending).