Give Us a Call: +1-877-99-BOPUP

IServerClientVBA::GetLicenseInformation method

Retrieves information about current software license on the IM server.

Public Sub GetLicenseInformation(     ByRef LicensedName As String,     ByRef ExpirationDate As String,     ByRef ResultCode As Long )

Parameters

LicensedName
[out] String variable that receives the registration name of the software license.
ExpirationDate
[out] String variable that receives the expiration date of the software license. The date is stored in the "MM/dd/YYYY 00:00:00" format where MM — month, dd — day and YYYY indicates year.
ResultCode
[out] Variable of Long type that gets an extended code if error result is returned. For available codes see Available Extended Codes topic.

Return Value

S_OK
The function was successful.
E_INVALIDARG
One or more arguments are incorrect.
E_FAIL
Some error occurred in the function. Check ResultCode variable to get extended information on the error.