DMLoginResult Enumeration
|
Alterian Email Manager 6.2.3 SDK Help File
An enumeration describing the result of a login attempt.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic enum DMLoginResult
Public Enumeration DMLoginResult
public enum class DMLoginResult
DMLibrary.DMLoginResult = function();
DMLibrary.DMLoginResult.createEnum('DMLibrary.DMLoginResult', false);
Members | Member name | Value | Description |
|---|
| DMLR_SUCCESS | 0 | The login was a success. |
| DMLR_LOGINEXPIRED | 1 | The login used has expired. |
| DMLR_LOGININVALID | 2 | The login used is invalid. |
| DMLR_LOGINDISABLED | 3 | The login used has been exceeded. |
| DMLR_MAXATTEMPTEXCEEDED | 4 | The number of allowed login attempts has been exceeded. |
| DMLR_CLIENTDISABLED | 5 | The client for this login has been disabled. |
| DMLR_LOGININUSE | 6 | The login used is already in use in another location. |
| DMLR_SYSTEMDISABLED | 7 | Logins have been disabled OR the license for this client was last updated more than 30 days ago. |
| DMLR_NEWPWREQUIRED | 8 | A new password is required for this login. |
| DMLR_NEWPWINVALID | 9 | The new password submitted is invalid. |
| DMLR_UNKNOWN | 10 | The login failed for unknown reasons. |
See Also