Overview

The actual content of a voice message and its encoding information.

Members

Show inherited members

Projections
Name Type Description

TOReceivers

voiceMessageRecipient[]

The recipients of the message.

body

content

Get body of the message.

contentDisposition

contentDispositionType

Content disposition of this content. The disposition of a content can be INLINE or ATTACHMENT.

contentId

string

ID of this content. A content component in a multipart/related content group has a unique ID property that can be used to reference the part in an HTML part within the group.

headers

associativeArray<stringrawString>

Headers associated with the message.

inReplyTo

voiceMessage[]

Messages to which the message was left as a response.

mediaType

string

The IANA media type for this content. This is also known as MIME type.

mimeHeaders

mimeHeadersWrapper

The collection of MIME headers associated with this content. Every content object may potentially come from MIME source regardless of its type. Therefore along with content data and attributes there can be arbitrary MIME headers associated with it.

priority

priority

The priority of the message.

replyTo

voiceMessageParticipant[]

The participants to whom any replies to the message should be directed.

sender

voiceMessageParticipant

The sender of the message.

sentDate

dateTime

The date on which the message was sent.

subject

rawString

The subject of the message.

type

contentType

Type of the content. A content can be of type MULTIPART, INLINE, MESSAGE or REFERENCE.

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:voiceMessageContent xsi:type="obh:voiceMessageContent" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <TOReceivers>your_voiceMessageRecipient_0</TOReceivers>
        <TOReceivers>your_voiceMessageRecipient_1</TOReceivers>
        <TOReceivers>your_voiceMessageRecipient_2</TOReceivers>
        <body>your_content_0</body>
        <contentDisposition>your_contentDispositionType_0</contentDisposition>
        <contentId>your_string_0</contentId>
        <headers>your_associativeArray_0</headers>
        <inReplyTo>your_voiceMessage_0</inReplyTo>
        <inReplyTo>your_voiceMessage_1</inReplyTo>
        <inReplyTo>your_voiceMessage_2</inReplyTo>
        <mediaType>your_string_0</mediaType>
        <mimeHeaders>your_mimeHeadersWrapper_0</mimeHeaders>
        <priority>your_priority_0</priority>
        <replyTo>your_voiceMessageParticipant_0</replyTo>
        <replyTo>your_voiceMessageParticipant_1</replyTo>
        <replyTo>your_voiceMessageParticipant_2</replyTo>
        <sender>your_voiceMessageParticipant_0</sender>
        <sentDate>your_dateTime_0</sentDate>
        <subject>your_rawString_0</subject>
        <type>your_contentType_0</type>
</obh:voiceMessageContent>

Referenced By Representaions