LumiSoft Mail Server User API
Connect Method (host, port, ssl)
Namespaces > LumiSoft.Net.POP3.Client > POP3_Client > Connect(String, Int32, Boolean)
Connects to specified host.
Syntax
C#Visual BasicManaged C++
public void Connect (
	string host,
	int port,
	bool ssl
)
Public Sub Connect ( _
	host As String, _
	port As Integer, _
	ssl As Boolean _
)
public:
void Connect (
	String^ host, 
	int port, 
	bool ssl
)
Parameters
host (String)
Host name.
port (Int32)
Port number. Default POP3 port is 110 and SSL port is 995.
ssl (Boolean)
Specifies if to connected via SSL.

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