Share via


MessageContent Complex Type

The MessageContent type contains the body, voice memo and file attachments of the message.

Syntax

<MessageContent>
    <Body />
    <VoiceMemo />
    <AttachmentList> 
      <!-- Array of -->  <MessageAttachment />
    </AttachmentList> 
</MessageContent>

Complex Type Elements

Element Data type Description

Body

xs:string

The text of the message. Only plain text is supported.

VoiceMemo

MessageAttachment

A .wav file that contains a voice memo.

AttachmentList

Array of MessageAttachment

A list of attachments. The AttachmentList array may contain zero or more Attachment elements.

See Also

Reference

GrooveMessages Web Service

Concepts

Accessing Groove Messages