mSubject
Sets the subject of the message.
Values
String
Examples
MailObj = CRM.GetBlock("messageblock");
MailObj.mSubject = 'My message subject';
CRM.AddContent(mailObj.execute());
Response.Write(CRM.GetPage());
Sets the subject of the message to "My message subject".