Pop3.OnResponseRead Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
OnResponseRead(Pop3ResponseReadEventArgs)
Raises the ResponseRead event.
Declaration
protected virtual void OnResponseRead(Pop3ResponseReadEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Pop3ResponseReadEventArgs | e | A Pop3ResponseReadEventArgs that contains the event data. |