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