LumiSoft Mail Server User API
Connect Method (host, port)
Namespaces > LumiSoft.Net.POP3.Client > POP3_Client > Connect(String, Int32)
Connects to specified 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.
port (Int32)
Port number. Default POP3 port is 110.

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