Sends an error message to each receiver indicating a problem with the Cartella license. An additional message string may be included in the email.

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

Syntax

C#
bool LicenseExpirationNotice(
	MailReceiverInfo[] receivers,
	string errorMessage,
	ILicenseInfo licenseInformation
)
Visual Basic
Function LicenseExpirationNotice ( _
	receivers As MailReceiverInfo(), _
	errorMessage As String, _
	licenseInformation As ILicenseInfo _
) As Boolean
Visual C++
bool LicenseExpirationNotice(
	array<MailReceiverInfo^>^ receivers, 
	String^ errorMessage, 
	ILicenseInfo^ licenseInformation
)

Parameters

receivers
Type: array<MailReceiverInfo>[]()[][]
An array of email addresses
errorMessage
Type: System..::..String
An additional message included in the body of the email
licenseInformation
Type: Cartella.Interfaces..::..ILicenseInfo
License information

Return Value

True if email goes out successfully, false otherwise

See Also