ComponentInfo Class
Contains static licensing methods and diagnostic information about executing GemBox.Email assembly.
- Inheritance:
- System.
Object ComponentInfo
Properties
FullVersion
Gets GemBox.Email assembly full version.
Property Value
- System.
String
Title
GemBox.Email assembly title.
Property Value
- System.
String
Methods
SetLicense(String)
Sets the license (serial) key.
Parameters
serialKey
- System.
String
The serial key.
Remarks
You should call this method before using any other class from GemBox.Email assembly.
Key can only be set once (if you try another key, it will be ignored).
The best place to call this method is from static constructor of your application's main class.
Valid serial key has multiple groups of alphanumeric characters, separated with dashes.
To use the assembly in free limited mode use FREE-LIMITED-KEY as serialKey
.
Events
FreeLimitReached
Occurs when GemBox.Email assembly is used with FREE-LIMITED-KEY license key and free limit is reached.
Event Type
- System.
Event <FreeHandler Limit >Event Args
Remarks
This event is raised when GemBox.Email assembly is used with FREE-LIMITED-KEY license key and maximum number of sent and received Mail
You can use this event to continue using the assembly by stopping further sending/receiving of messages by setting Free