Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public AUTH_SASL_Client_XOAuth( string userName, string authString )
Public Sub New ( userName As String, authString As String )
public: AUTH_SASL_Client_XOAuth( String^ userName, String^ authString )
new : userName : string * authString : string -> AUTH_SASL_Client_XOAuth
Parameters
- userName (String)
- User login name.
- authString (String)
- OAUTH authentication string. For example you can use GetXOAuthStringForImap()()()() to get valid string.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when userName or authString is null reference. |
ArgumentException | Is riased when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119