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