Powerup Constructor (String) |
Creates and unlocks an instance of
Powerup class.
Namespace: MailBee.SecurityAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic Powerup(
string licenseKey
)
Public Sub New (
licenseKey As String
)
Parameters
- licenseKey
- Type: SystemString
The license key. Can be a null reference (Nothing in Visual Basic) in case
if the product is already unlocked (the license key was specified in app.config, web.config, Windows registry, or
in MailBee.Global.LicenseKey property).
ExceptionsException | Condition |
---|
MailBeeLicenseException | MailBee.NET Security Powerup not licensed and the supplied license key is invalid. |
RemarksThis class on its own does not have any useful features. It mainly supports the licensing infrastructure.
For instance, it lets you check how many days you still have in trial mode.
See Also