public enum ENLoginCode : System.Enum
public enum ENLoginCode : System.Enum
Member | Description |
---|---|
ActiveLicenseMask | Mask for active licenses |
AlreadyLoggedIn | A user is already logged in the session |
CommercialLicense | User logged in sucessfully and he has a valid commercial license. Additional info is when the license expires. |
CommercialLicenseMask | Mask for commercial and expired commercial licenses |
ContactWithoutAccount | The user contact does not have an account |
CredentialsIncorrect | User name or password is incorrect |
ExpiredCommercialLicense | The user has a commercial license that has expired. Additional info is when the license expired. |
ExpiredLicenseMask | Mask for expired licenses |
ExpiredTrialLicense | The user has a trial license that has expired. Additional info is when the license expired. |
LoginFailedMask | Mask for login failed codes |
LoginSucceededMask | Mask for login succeeded codes |
ServiceLicenseUsedInMaxNumberOfSessions | The user contact does not have an account |
TrialLicense | User logged in sucessfully and he has a valid trial license. Additional info is when the license expires. |
TrialLicenseMask | Mask for trial and expired trial licenses |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Office.ENLoginCode
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)