LumiSoft Mail Server User API
BeginAuthenticate Method (userName, password, callback)
Namespaces > LumiSoft.Net.SMTP.Client > SmtpClientEx > BeginAuthenticate(String, String, CommadCompleted)
Begins authenticate.
Syntax
C#Visual BasicManaged C++
public void BeginAuthenticate (
	string userName,
	string password,
	CommadCompleted callback
)
Public Sub BeginAuthenticate ( _
	userName As String, _
	password As String, _
	callback As CommadCompleted _
)
public:
void BeginAuthenticate (
	String^ userName, 
	String^ password, 
	CommadCompleted^ callback
)
Parameters
userName (String)
Uesr name.
password (String)
Password.
callback (CommadCompleted)
Callback to be called if command ends.

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