Raises the ResponseRead event.

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

Syntax

Visual Basic
Protected Overridable Sub OnResponseRead ( _
	e As Pop3ResponseReadEventArgs _
)
C#
protected virtual void OnResponseRead(
	Pop3ResponseReadEventArgs e
)

Parameters

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also