LumiSoft Net Help
POP3_Client..::..LoginAsyncOP Constructor (user, password)
NamespacesLumiSoft.Net.POP3.ClientPOP3_Client..::..LoginAsyncOPPOP3_Client..::..LoginAsyncOP(String, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public LoginAsyncOP(
	string user,
	string password
)
Public Sub New ( 
	user As String,
	password As String
)
public:
LoginAsyncOP(
	String^ user, 
	String^ password
)
new : 
        user : string * 
        password : string -> LoginAsyncOP
Parameters
user (String)
User name.
password (String)
User password.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when user or password is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119