A class representing a Service Broker message of Microsoft SQL Server.
For a list of all members of this type, see TMSMessage members.
TMSMessage = class(System.TObject);
The TMSMessage class represents a Service Broker message of Microsoft SQL Server. Use the TMSMessage class to retrieve the message body and parameters from the message obtained from a queue.
All properties of TMSMessage are read-only. Use the TMSConversation.Send method to send a message.
Each message belongs to a conversation.