Default constructor.
| C# | Visual Basic | Managed 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 )
- 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)