mBody

Sets the body text of the message.

The maximum body length for SMS messages is 160 characters.

Values

Text

Example

MailObj = CRM.GetBlock("messageblock");
MailObj.mBody = 'This is message text.';
CRM.AddContent(mailObj.execute());
Response.Write(CRM.GetPage());