Share via


sendMessage Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Sends an IM message to an IM session.

Syntax

<sendMessage>
   <format>string value</format>
   <content>string value</content>
</sendMessage>

Element Information

Parent Element

Element

Description

conference

Grouping for conference-related requests.

Child Elements

Element

Occurrences

Description

format

0 or more

The format of the message contents. If left blank, the sent message is displayed with a default format.

content

1

The content of the message.

Remarks

This element sends text to all participants in the conference identified by the confId attribute of the conference element.

Examples

   <conference confId="1" rid="2">
      <sendMessage>
        <format> X-MMS-IM-Format: FN=Arial; EF=; CO=000000; CS=1; PF=00</format>
        <content>The meeting is at 1pm.</content>
      </sendMessage>
   </conference>

See Also

Concepts

conference request Element

sendInfo Element