Initializes a new instance of the Pop3ResponseReadEventArgs class with the specified response string.
Namespace:
Rebex.Net
Assembly:
Rebex.Pop3 (in Rebex.Pop3.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ response As String _ ) |
C# |
---|
public Pop3ResponseReadEventArgs( string response ) |
Parameters
- response
- Type: System..::..String
The raw response line that was read.