SmtpResponseReadEventArgs Constructor
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9083)
SmtpResponseReadEventArgs(String)
Initializes a new instance of the SmtpResponseReadEventArgs class with the specified response string.
Declaration
public SmtpResponseReadEventArgs(string response)
Parameters
Type | Name | Description |
---|---|---|
String | response | The raw response line that was read. |