Creates a new text message with an empty body
ITextMessage CreateTextMessage();
Creates a new text message with the given body
ITextMessage CreateTextMessage(string);
ISession Interface | NMS Namespace