Imap.Notification Event
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
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.
Syntax
public event EventHandler<ImapNotificationEventArgs> Notification
Returns
Type | Description |
---|---|
EventHandler<ImapNotificationEventArgs> |