Used for storing the list of available conversations.
property Conversations[Index: Integer]: TMSConversation; default;
This property stores the list of available conversations. A new conversation object can be added to this list in two ways:
Note: This list is not synchronized with the list on the server. For example, if an initiator has created a conversation instance (by calling the BeginDialog method), a conversation instance on the target side will be created only after receiving the first message.
Analogously, when receiving a message with the SEndDialogType or SErrorType message type, the conversation on the server is already completed. But this conversation will be removed from the list after the next call to the Receive method.