Parses the response. Removes "+OK" and "-ERR" from begining. Fills Message and Status properties.

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

Syntax

C#
protected virtual void Parse(
	string response
)
Visual Basic (Declaration)
Protected Overridable Sub Parse ( _
	response As String _
)
Visual C++
protected:
virtual void Parse (
	String^ response
)

Parameters

response
String
Response received from server.

See Also