Connects to server.

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

Syntax

C#
public void Connect(
	IPEndPoint ipEndPoint,
	bool useSSL
)
Visual Basic
Public Sub Connect ( _
	ipEndPoint As IPEndPoint, _
	useSSL As Boolean _
)
Visual C++
public:
void Connect(
	IPEndPoint^ ipEndPoint, 
	bool useSSL
)

Parameters

ipEndPoint
Type: System.Net..::..IPEndPoint
IP end point of the connection.
useSSL
Type: System..::..Boolean
if true creates SSL connection.

See Also