LumiSoft Mail Server User API
Authenticate Method (userName, password, tryApop)
Namespaces > LumiSoft.Net.POP3.Client > POP3_Client > Authenticate(String, String, Boolean)
Authenticates user.
Syntax
C#Visual BasicManaged C++
public void Authenticate (
	string userName,
	string password,
	bool tryApop
)
Public Sub Authenticate ( _
	userName As String, _
	password As String, _
	tryApop As Boolean _
)
public:
void Authenticate (
	String^ userName, 
	String^ password, 
	bool tryApop
)
Parameters
userName (String)
User login name.
password (String)
Password.
tryApop (Boolean)
If true and POP3 server supports APOP, then APOP is used, otherwise normal login used.

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