MessageIdHex property

Read-write. The MessageId to be included in the MQPMR of a message when put on a queue.

Every two characters of the string represent the hexadecimal equivalent of a single ASCII character. For example, the pair of characters "6" and "1" represent the single character "A", the pair of characters "6" and "2" represent the single character "B" and so on.

You must supply 48 valid hexadecimal characters.

Its initial value is "0..0".

Defined in:

MQDistributionListItem class

Data Type:

String of 48 hexadecimal characters representing 24 ASCII characters.

Syntax:
To get: messageidh$ = MQDistributionListItem.MessageIdHex

To set: MQDistributionListItem.MessageIdHex = messageidh$