The NMS Class Library (.Net Messaging Library)

ISession.CreateTextMessage Method

Creates a new text message with an empty body

Overload List

Creates a new text message with an empty body

ITextMessage CreateTextMessage();

Creates a new text message with the given body

ITextMessage CreateTextMessage(string);

See Also

ISession Interface | NMS Namespace