Raises the Notification event.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Protected Overridable Sub OnNotification ( _
	e As ImapNotificationEventArgs _
)
C#
protected virtual void OnNotification(
	ImapNotificationEventArgs e
)

Parameters

e
Type: Rebex.Net..::..ImapNotificationEventArgs
A ImapNotificationEventArgs that contains the event data.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also