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 ) |
Visual Basic |
---|
Public Sub Login ( _ username As String, _ password As String _ ) |
Visual C++ |
---|
public: void Login( String^ username, String^ password ) |
Parameters
- username
- Type: System..::..String
The username to log in with.
- password
- Type: System..::..String
The password to log in with.