Share via


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

Represents an identifier returned by the other endpoint indicating the position of a message in the sequence of messages sent in a conference.

Syntax

<messageIdReceived rid="string value" messageId="integer value"/> 

Attributes

Attribute

Data Type

Description

Rid

integer

Request Id. This is a string value assigned by the Unified Communications client. This is a required attribute.

messageId

integer

Message Id. This is a string value assigned by the Communicator Web Access Server. This is a required attribute.

Parent Element

Element

Description

conference

Grouping for conference related events.

Remarks

When conversing with an Office Communicator or Unified Communications 1.0 client, you do not receive this message because those applications do not support the IMDN specification.

Examples

The following conference event was received by the client application in a scenario where a 3-party IM conversation is taking place. The messageID with the value of "2-mcu"indicates a message received from the second participant in the IM conference.

<cwaEvents pollWaitTime="1000" ackId="160" sid="964">
   <conference eid="158" confId="1">
      <messageIdReceived rid="68" messageId="2-mcu" />
   </conference>
</cwaEvents>

See Also

Concepts

messageSendFailed Element