MessageText Property
The message being sent (alphanumeric).
Data Type
StringDefault Value
""Remarks
The message can be a single a line or split over multiple lines depending on what the restrictions of the receiving device and gateway. Normally messages are no longer than 100 bytes long.
Normally, the adapter will transmit the contents of the current BizTalk message as the message text. However, this behavior can be overridden by setting the promoted MessageText property from within an orchestration. If this property is present in the message context, its value will be sent as the message text.
This property is not available in the Receiver.