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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also