LumiSoft Net Help
Authenticate Method (sasl)
NamespacesLumiSoft.Net.IMAP.ClientIMAP_ClientAuthenticate(AUTH_SASL_Client)
Sends AUTHENTICATE command to IMAP server.
Declaration Syntax
C#Visual BasicVisual C++F#
public void Authenticate(
	AUTH_SASL_Client sasl
)
Public Sub Authenticate ( 
	sasl As AUTH_SASL_Client
)
public:
void Authenticate(
	AUTH_SASL_Client^ sasl
)
member Authenticate : 
        sasl : AUTH_SASL_Client -> unit 
Parameters
sasl (AUTH_SASL_Client)
SASL authentication.
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 sasl is null reference.
IMAP_ClientExceptionIs raised when IMAP server returns error.

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