Logs in using plain text authentication.
Namespace: Jscape.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public void Login( string username, string password, int authentication ) |
Visual Basic |
---|
Public Sub Login ( _ username As String, _ password As String, _ authentication As Integer _ ) |
Visual C++ |
---|
public: void Login( String^ username, String^ password, int authentication ) |
Parameters
- username
- Type: System..::..String
The username to log in with.
- password
- Type: System..::..String
The password to log in with.
- authentication
- Type: System..::..Int32
Authentication mode to use. By default, plain text authentication is used.