Occurs when a response is received from the server.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Smtp (in Rebex.Smtp.dll)
Syntax
| Visual Basic | 
|---|
Public Event ResponseRead As EventHandler(Of SmtpResponseReadEventArgs)  | 
| C# | 
|---|
public event EventHandler<SmtpResponseReadEventArgs> ResponseRead  |