Overview

A recipient is a email participant with delivering instructions or delivery statuses.

Members

Show inherited members

Name Type Description

address

inetMailAddress

The internet address of the participant

directives

emailDeliveryDirective[]

The delivery directives of the recipient

participant

anyType

The addressable for this participant.

participantHandle

beeId

The handle for this participant.

status

emailRecipientStatus

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:emailRecipient xsi:type="obh:emailRecipient" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <address>your_inetMailAddress_0</address>
        <directives>your_emailDeliveryDirective_0</directives>
        <directives>your_emailDeliveryDirective_1</directives>
        <directives>your_emailDeliveryDirective_2</directives>
        <participant>your_anyType_0</participant>
        <participantHandle>your_beeId_0</participantHandle>
        <status>your_emailRecipientStatus_0</status>
</obh:emailRecipient>

Referenced By Representaions