LumiSoft Mail Server User API
AuthUser_EventArgs Constructor (session, userName, passwData, data, authType)
Namespaces > LumiSoft.Net.SMTP.Server > AuthUser_EventArgs > AuthUser_EventArgsNew(SMTP_Session, String, String, String, AuthType)
Default constructor.
Syntax
C#Visual BasicManaged C++
public AuthUser_EventArgs (
	SMTP_Session session,
	string userName,
	string passwData,
	string data,
	AuthType authType
)
Public Sub New ( _
	session As SMTP_Session, _
	userName As String, _
	passwData As String, _
	data As String, _
	authType As AuthType _
)
public:
AuthUser_EventArgs (
	SMTP_Session^ session, 
	String^ userName, 
	String^ passwData, 
	String^ data, 
	AuthType authType
)
Parameters
session (SMTP_Session)
Reference to pop3 session.
userName (String)
Username.
passwData (String)
Password data.
data (String)
Authentication specific data(as tag).
authType (AuthType)
Authentication type.

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