Raises the ResponseRead event.

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

Syntax

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

Parameters

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also