SetLicense Mail Method:
This method must be called in order to activate
features which are not included in the Standard version.
Syntax:
[C++]
HRESULT SetLicense(BSTR customerId, BSTR
customerKey);
[VB]
Sub SetLicense(customerId As String,
customerKey As String)
Parameters:
customerId
A String that specifies the registration id.
customerKey
A String that specifies the registration key.
Example:
[VB]
Dim oMail As New Mail
oMail.SetLicense "Customer Name", "EBE2P6U4WNUZRCEBEL6B4G2XEL"
See also: