Overview

Encapsulates a message sender or receiver address. This address can be an internet address or an internal address.

Members

Name Type Required Description

address

inetMailAddress

The address of the participant

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

Hierarchy

Inherited By

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

Referenced By Representaions