IBProcessEmail.Message

Syntax

Message: String;

Description

The Message property determines message body text.

Comments

Depending on the value of the IsBodyHtml property, one can specify in Message property a text message or a text in the HTML format. The following substitutions can also be used in text:

Example

The property use is given in the example for IBProcessEventGroupCollection.AddEvent.

See also:

IBProcessEmail