PowerupLicenseKey Property

Note: This API is now obsolete.

Assigns the license key.

Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
[ObsoleteAttribute("This property is obsolete. Use MailBee.Global.LicenseKey instead.")]
public static string LicenseKey { get; set; }

Property Value

Type: String
A string value which contains the license key which unlocks Security Powerup. This property is write-only.
Exceptions
ExceptionCondition
MailBeeLicenseExceptionThe license key is invalid.
Remarks

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.

Remarks
This property is obsolete. Use MailBee.Global.LicenseKey instead.
See Also