Connects to server.

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

Syntax

C#
public void Connect(
	IPEndPoint iPEndPoint
)
Visual Basic (Declaration)
Public Sub Connect ( _
	iPEndPoint As IPEndPoint _
)
Visual C++
public:
void Connect (
	IPEndPoint^ iPEndPoint
)

Parameters

iPEndPoint
IPEndPoint
End point of the connection.

Exceptions

ExceptionCondition
Lesnikowski.Client..::ServerException -ERR response, Connecting error.

See Also