PowerupLicenseKey Property |
Note: This API is now obsolete.
Namespace: MailBee.Security
[ObsoleteAttribute("This property is obsolete. Use MailBee.Global.LicenseKey instead.")] public static string LicenseKey { get; set; }
Exception | Condition |
---|---|
MailBeeLicenseException | The license key is invalid. |
You can unlock Security Powerup by either setting this property to the valid permanent or trial license key or by adding MailBee.Security.Powerup.LicenseKey key in app.config, web.config, or machine.config file.
This property is static (Shared in Visual Basic). If not set in the config file, this property must be set before any method or property or constructor which may check it gets called.