Sends AUTH command to POP3 server.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void Auth( AUTH_SASL_Client sasl )
Public Sub Auth ( sasl As AUTH_SASL_Client )
public: void Auth( AUTH_SASL_Client^ sasl )
member Auth : sasl : AUTH_SASL_Client -> unit
Parameters
- sasl (AUTH_SASL_Client)
- SASL authentication.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this object is disposed and this method is accessed. |
InvalidOperationException | Is raised when POP3 client is not connected or is already authenticated. |
POP3_ClientException | Is raised when POP3 server returns error. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119