LumiSoft Mail Server User API
Connect Method (host, userName, password)
Namespaces > LumiSoft.MailServer.API.UserAPI > Server > Connect(String, String, String)
Connects to the specified LumiSoft mail server.
Syntax
C#Visual BasicManaged C++
public void Connect (
	string host,
	string userName,
	string password
)
Public Sub Connect ( _
	host As String, _
	userName As String, _
	password As String _
)
public:
void Connect (
	String^ host, 
	String^ userName, 
	String^ password
)
Parameters
host (String)
Host name or IP of server to connect.
userName (String)
User name.
password (String)
Password.

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)