DMLoginResult Enumeration

Alterian Email Manager 6.2.3 SDK Help File
An enumeration describing the result of a login attempt.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public enum DMLoginResult
Members
Member nameValueDescription
DMLR_SUCCESS0The login was a success.
DMLR_LOGINEXPIRED1The login used has expired.
DMLR_LOGININVALID2The login used is invalid.
DMLR_LOGINDISABLED3The login used has been exceeded.
DMLR_MAXATTEMPTEXCEEDED4The number of allowed login attempts has been exceeded.
DMLR_CLIENTDISABLED5The client for this login has been disabled.
DMLR_LOGININUSE6The login used is already in use in another location.
DMLR_SYSTEMDISABLED7Logins have been disabled OR the license for this client was last updated more than 30 days ago.
DMLR_NEWPWREQUIRED8A new password is required for this login.
DMLR_NEWPWINVALID9The new password submitted is invalid.
DMLR_UNKNOWN10The login failed for unknown reasons.
See Also