Overview

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

Members

Name Type Required Description

address

inetMailAddress

Get the address of the participant

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.

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:faxMessageParticipant xsi:type="obh:faxMessageParticipant" 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:faxMessageParticipant>

Referenced By Representaions