EmailText property: ProcessRequest class
Description
This property specifies the text of the email sent at the completion of this job (or process). This property takes a string value.
This property is read/write.
Example
&RQST.EmailText = "This text will be displayed as the text of this email ";
You can also use the text from a message in the message catalog for this property.
&RQST.EmailText = MsgGetText(65, 117, "Sample text for email with two parameters",⇒
&MessageParm1, &MessageParm2);