 | ClientBaseConnect(IPAddress, Int32, Boolean) Method |
Establishes connection to a remote server.
Namespace: Limilabs.ClientAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic void Connect(
IPAddress ipAddress,
int port,
bool useSSL
)
Public Sub Connect (
ipAddress As IPAddress,
port As Integer,
useSSL As Boolean
)
public:
void Connect(
IPAddress^ ipAddress,
int port,
bool useSSL
)
member Connect :
ipAddress : IPAddress *
port : int *
useSSL : bool -> unit Parameters
- ipAddress IPAddress
- IP address.
- port Int32
- The port number of the remote server.
- useSSL Boolean
- Creates SSL/TLS connection when set to true.
See Also