Share via


content 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.

Contains the message body of a message request.

Syntax

<content>string value</content>

Element Information

Parent Element

Element

Description

sendMessage

send message request to send a message to other participants in an IM session.

Child Elements

Element

Occurrences

Description

None.

0 or more

This element has no children.

Remarks

This element sends text to all participants in the conference identified by the confId attribute of the conference element. Special characters must be prefixed with "&<special char>;"

Examples

The user has typed "I'm leaving for the meeting now".

   <conference confId="1" rid="2">
      <sendMessage>
        <format>some string</format>
         <content>I&apos;m leaving for the meeting now</content>
      </sendMessage>
   </conference>

See Also

Concepts

conference request Element

sendInfo Element