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.