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.