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.InterfacesAssembly: 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
) |
Return Value
True if email goes out successfully, false otherwise
See Also