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