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