WriteUTF method

This method takes an ActiveX string and writes it into the message data buffer at the current position in UTF format. The data written consists of a 2-byte length followed by the character data. DataOffset is incremented by the length of the string if the method succeeds.

Defined in:
MQMessage class

Syntax:
Call MQMessage.WriteUTF(value$)

Parameter:
value$ String. Value to be written.