Click or drag to resize

ClientBaseConnect Method (IPAddress, Int32, Boolean)

Establishes connection to a remote server.

Namespace:  Limilabs.Client
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public void Connect(
	IPAddress ipAddress,
	int port,
	bool useSSL
)

Parameters

ipAddress
Type: System.NetIPAddress
IP address.
port
Type: SystemInt32
The port number of the remote server.
useSSL
Type: SystemBoolean
Creates SSL/TLS connection when set to true.
See Also