MessageText Property

This is the plain text of the current message.

Object Oriented Interface

public function getMessageText();
public function setMessageText($value);

Procedural Interface

ipworksmq_xmpp_get($res, 24 );
ipworksmq_xmpp_set($res, 24, $value );

Default Value

''

Remarks

MessageText is the plain text version of the current message, taken from the message's "body" child element. The text in this property is automatically escaped to ensure valid XML parsing on the other end.

This property is not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 PHP Edition - Version 20.0 [Build 8155]