SetEmailBody
Sets the text of the email’s body.
Syntax
bool SetEmailBody (StrParamMW)
Parameters
The email message text. Smart Parameters are supported.Returns
False if the mail object cannot be initialized. Otherwise, True.Level
All levels.Details
Sets the text of the email’s body.- Example:
SetSubject("Document Integrity") SetEMailBody("Document Page Types and counts are accurate. Thanks for your help.")