LumiSoft Mail Server User API
Connect Method (host, port)
Namespaces > LumiSoft.Net.SMTP.Client > SmtpClientEx > Connect(String, Int32)
Connects to sepcified host.
Syntax
C#Visual BasicManaged C++
public void Connect (
	string host,
	int port
)
Public Sub Connect ( _
	host As String, _
	port As Integer _
)
public:
void Connect (
	String^ host, 
	int port
)
Parameters
host (String)
Host name or IP address.
port (Int32)
Port where to connect.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)