Overview

A fax message participant with delivering instructions. Delivery instructions are optional.

Members

Show inherited members

Name Type Required Description

address

inetMailAddress

Get the address of the participant

directives

faxDeliveryDirective[]

The delivery directives

internet

boolean

Whether the participant is an internet address or and internal address.

participant

anyType

The participant as a snapshot, used by to retrieve loaded user data.

participantHandle

beeId

The participant as a handle, used by to retrieve user date.

phone

string

The phone number of the participant.

status

faxDeliveryStatus

The delivery status of the recipient.

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:faxMessageRecipient xsi:type="obh:faxMessageRecipient" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <address>your_inetMailAddress_0</address>
        <directives>your_faxDeliveryDirective_0</directives>
        <directives>your_faxDeliveryDirective_1</directives>
        <directives>your_faxDeliveryDirective_2</directives>
        <internet>your_boolean_0</internet>
        <participant>your_anyType_0</participant>
        <participantHandle>your_beeId_0</participantHandle>
        <phone>your_string_0</phone>
        <status>your_faxDeliveryStatus_0</status>
</obh:faxMessageRecipient>

Referenced By Representaions