MessageHTML Property
This is the HTML version of the current message.
Object Oriented Interface
public function getMessageHTML(); public function setMessageHTML($value);
Procedural Interface
ipworks_xmpp_get($res, 21 ); ipworks_xmpp_set($res, 21, $value );
Default Value
''
Remarks
If the user wishes to send any HTML as a part of the message, it must be set in the MessageHTML property. The HTML must be an entire HTML document, including the <html> and <body> tags. If the HTML has unbalanced tags, the XMPP class will fail with an error.
This property is not available at design time.
Data Type
String