Overview

An email participant represents an ID or an address of a mail sender or receiver.

Members

Name Type Description

address

inetMailAddress

The internet address of the participant

participant

anyType

The addressable for this participant.

participantHandle

beeId

The handle for this 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:emailParticipant xsi:type="obh:emailParticipant" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <address>your_inetMailAddress_0</address>
        <participant>your_anyType_0</participant>
        <participantHandle>your_beeId_0</participantHandle>
</obh:emailParticipant>

Referenced By Representaions