Sends an email message to the Ingeniux License email receiver (read from the configuration file) indicating that the Cartella license has expired.

The information sent includes Company name, license issue and expiration date, and the number of seats and licenses purchased.

Namespace: Cartella.Interfaces
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool LicenseExpirationNoticeToIngeniux(
	ILicenseInfo licenseInformation
)
Visual Basic
Function LicenseExpirationNoticeToIngeniux ( _
	licenseInformation As ILicenseInfo _
) As Boolean
Visual C++
bool LicenseExpirationNoticeToIngeniux(
	ILicenseInfo^ licenseInformation
)

Parameters

licenseInformation
Type: Cartella.Interfaces..::..ILicenseInfo
License information from the site.

Return Value

True if email goes out successfully, false otherwise.

See Also