Parses the response. Runs Parse(String) method. Fills Message and Status properties.

Namespace: Lesnikowski.Client
Assembly:  Mail (in Mail.dll)
Version: 2.7.2897.36617

Syntax

C#
public Pop3Response(
	string response
)
Visual Basic (Declaration)
Public Sub New ( _
	response As String _
)
Visual C++
public:
Pop3Response (
	String^ response
)

Parameters

response
String
Response received from server.

See Also