Message: String;
The Message property determines message body text.
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:
@(STEPROLEBACK). Previous step role.
@(STEPNAMEBACK). Previous step name.
@(STEPROLENEXT). Next step role.
@(STEPNAMENEXT). Next step name.
@(STEPNAME). Current step name.
@(PROCESSNAME). Process name.
@(PROCESSCUSTOMER). Process manager.
@(PROCESSSTARTTIME). Process start time.
@(STEPDEADLINE). Step execution deadline.
@(STEPBACKFINISHUSER). The user who executed previous manual step.
@(STEPBACKFINISHCOMMENT). Comment during execution of the previous manual step.
@(STEPDECLINEUSER). The user who rejected manual step.
@(STEPDECLINECOMMENT). Comment during rejection of manual step.
The property use is given in the example for IBProcessEventGroupCollection.AddEvent.
See also: