PstReaderLicenseKey Property

Note: This API is now obsolete.

Assigns the license key.

Namespace: MailBee.Outlook
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 the component. This property is write-only.
Exceptions
ExceptionCondition
MailBeeLicenseExceptionThe license key is invalid.
Remarks
This property is obsolete. Use MailBee.Global.LicenseKey instead.
See Also