LumiSoft Net Help
Login Method (user, password)
NamespacesLumiSoft.Net.POP3.ClientPOP3_ClientLogin(String, String)
Executes USER/PASS command.
Declaration Syntax
C#Visual BasicVisual C++F#
public void Login(
	string user,
	string password
)
Public Sub Login ( 
	user As String,
	password As String
)
public:
void Login(
	String^ user, 
	String^ password
)
member Login : 
        user : string * 
        password : string -> unit 
Parameters
user (String)
User name.
password (String)
User password.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this method is accessed.
InvalidOperationExceptionIs raised when POP3 client is not connected or is already authenticated.
ArgumentNullExceptionIs raised when user or password is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.
POP3_ClientExceptionIs raised when POP3 server returns error.

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