Share via


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

Holds an IM message received from another participant in a conference in which the Unified Communications AJAX API Client application user is also participating.

Syntax

<messageReceived sender="SIP Uri formatted string"/>

Attributes

Attribute

Data Type

Description

Sender

XS:SIPUri

The SIP URI of the message sender. This is a required attribute.

Element Information

Parent Element

Element

Description

conference

Grouping for conference-related events.

Child Elements

Element

Occurrences

Description

message

1

The message sent by the other party.

Examples

<messageReceived sender="sip:ManuelO@contoso.com">
   <message>
      <format>X-MMS-IM-Format: FN=Arial; EF=; CO=000000; CS=1; PF=00
      </format>
      <content>The new Microsoft MPI player is out!</content>
   </message>
</messageReceived>

See Also

Concepts

conference Element

initiateImSession Element