C# Class LumiSoft.Net.POP3.Server.AuthUser_EventArgs

Provides data for the AuthUser event for POP3_Server and SMTP_Server.
Show file Open project: jeske/StepsDB-alpha Class Usage Examples

Public Methods

Method Description
AuthUser_EventArgs ( POP3_Session session, string userName, string passwData, string data, AuthType authType ) : System

Default constructor.

Method Details

AuthUser_EventArgs() public method

Default constructor.
public AuthUser_EventArgs ( POP3_Session session, string userName, string passwData, string data, AuthType authType ) : System
session POP3_Session Reference to pop3 session.
userName string Username.
passwData string Password data.
data string Authentication specific data(as tag).
authType AuthType Authentication type.
return System