Overview

A voice mail participant with delivering instructions. Delivery instructions are optional.

Members

Show inherited members

Name Type Required Description

address

inetMailAddress

The address of the participant

directives

voiceDeliveryDirective[]

The delivery directives.

internet

boolean

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

participant

anyType

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

participantHandle

beeId

Get the participant as a handle.

phone

string

The phone number of the participant

status

voiceDeliveryStatus

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:voiceMessageRecipient xsi:type="obh:voiceMessageRecipient" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <address>your_inetMailAddress_0</address>
        <directives>your_voiceDeliveryDirective_0</directives>
        <directives>your_voiceDeliveryDirective_1</directives>
        <directives>your_voiceDeliveryDirective_2</directives>
        <internet>your_boolean_0</internet>
        <participant>your_anyType_0</participant>
        <participantHandle>your_beeId_0</participantHandle>
        <phone>your_string_0</phone>
        <status>your_voiceDeliveryStatus_0</status>
</obh:voiceMessageRecipient>

Referenced By Representaions