Replaces "\r\n.." with "\r\n." (RFC 1939). Removes 5 last chars ("\r\n.\r\n"). Runs base.Parse method.

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

Syntax

C#
public Pop3MultiLineResponse(
	Pop3Response pop3Response,
	string multiLineResponse
)
Visual Basic (Declaration)
Public Sub New ( _
	pop3Response As Pop3Response, _
	multiLineResponse As String _
)
Visual C++
public:
Pop3MultiLineResponse (
	Pop3Response^ pop3Response, 
	String^ multiLineResponse
)

Parameters

pop3Response
Pop3Response
Response received from server.
multiLineResponse
String
Multi line response that followed.

Exceptions

ExceptionCondition
Lesnikowski.Client..::ServerException Response is not ending with "\r\n."

See Also