IMetabase.ExceptionMailAddress

Syntax

ExceptionMailAddress: String;

Description

The ExceptionMailAddress property determines the e-mail address which will be substituted to the recipient field on sending messages about the errors of the platform.

Comments

Errors messages are sent by the program, that is set in operating system as a mail client by default.

The email address can also be set in the registry: in the key [HKLM\SOFTWARE\Foresight\Foresight Analytics Platform\10.0\Exception] create the EMail string parameter and specify address as its value. The parameter in the registry has more priority than the ExceptionMailAddress property value.

Examples

The example of property use is given in the example for the IMetabase.ExceptionHandler property.

See also:

IMetabase