LumiSoft Net Help
Login Method (user, password)
NamespacesLumiSoft.Net.IMAP.ClientIMAP_ClientLogin(String, String)
Authenticates user using IMAP-LOGIN method.
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)
Password.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and and this method is accessed.
InvalidOperationExceptionIs raised when IMAP client is not in valid state. For example 'not connected'.
ArgumentNullExceptionIs raised when user is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.
IMAP_ClientExceptionIs raised when server refuses to complete this command and returns error.

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