Overview

The fax message body. The message body contains the actual content of a message and its encoding information.

Members

Show inherited members

Projections
Name Type Description

TOReceivers

faxMessageRecipient[]

The recipients of the message.

body

content

The 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>

THe message headers.

inReplyTo

faxMessage[]

Messages to which a message was sent as a reply.

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

faxMessageParticipant[]

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

sender

faxMessageParticipant

The sender of the message.

sentDate

dateTime

The date on which the message was sent.

subject

rawString

The subject of the message.

to

faxMessageRecipient[]

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:faxMessageContent xsi:type="obh:faxMessageContent" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <TOReceivers>your_faxMessageRecipient_0</TOReceivers>
        <TOReceivers>your_faxMessageRecipient_1</TOReceivers>
        <TOReceivers>your_faxMessageRecipient_2</TOReceivers>
        <body>your_content_0</body>
        <contentDisposition>your_contentDispositionType_0</contentDisposition>
        <contentId>your_string_0</contentId>
        <headers>your_associativeArray_0</headers>
        <inReplyTo>your_faxMessage_0</inReplyTo>
        <inReplyTo>your_faxMessage_1</inReplyTo>
        <inReplyTo>your_faxMessage_2</inReplyTo>
        <mediaType>your_string_0</mediaType>
        <mimeHeaders>your_mimeHeadersWrapper_0</mimeHeaders>
        <priority>your_priority_0</priority>
        <replyTo>your_faxMessageParticipant_0</replyTo>
        <replyTo>your_faxMessageParticipant_1</replyTo>
        <replyTo>your_faxMessageParticipant_2</replyTo>
        <sender>your_faxMessageParticipant_0</sender>
        <sentDate>your_dateTime_0</sentDate>
        <subject>your_rawString_0</subject>
        <to>your_faxMessageRecipient_0</to>
        <to>your_faxMessageRecipient_1</to>
        <to>your_faxMessageRecipient_2</to>
        <type>your_contentType_0</type>
</obh:faxMessageContent>

Referenced By Representaions