Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Delivery status information associated with a given email message. It contains the state of the email delivery and all individual delivery status of all recipients

Members

Name Type Description

effectiveRecipientsWithStatus

emailRecipient[]

List of effective (expanded) recipients along with delivery status.

status

emailDeliveryInfoStatus

Status of the message delivery. State can be SUBMITTED, IN_TRANSIT, BLOCKED or DONE.

Hierarchy

Examples

Below are examples in JSON and 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:emailDeliveryInfo xsi:type="obh:emailDeliveryInfo" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:effectiveRecipientsWithStatus>your_emailRecipient_0</obh:effectiveRecipientsWithStatus>
        <obh:effectiveRecipientsWithStatus>your_emailRecipient_1</obh:effectiveRecipientsWithStatus>
        <obh:effectiveRecipientsWithStatus>your_emailRecipient_2</obh:effectiveRecipientsWithStatus>
        <obh:status>your_emailDeliveryInfoStatus_0</obh:status>
</obh:emailDeliveryInfo>

JSON Example

(show inherited members)

{
    "beeType":"emailDeliveryInfo",
        "effectiveRecipientsWithStatus":[
            { your_{http://www.oracle.com/beehive}effectiveRecipientsWithStatus_as_emailRecipient0 },
            { your_{http://www.oracle.com/beehive}effectiveRecipientsWithStatus_as_emailRecipient1 },
            { your_{http://www.oracle.com/beehive}effectiveRecipientsWithStatus_as_emailRecipient2 }
        ],
        "status":{ your_{http://www.oracle.com/beehive}status_as_emailDeliveryInfoStatus0 }
}

XML Schema


<xs:complexType final="extension restriction" name="emailDeliveryInfo">
    <xs:sequence>
        <xs:element maxOccurs="unbounded" minOccurs="0"
            name="effectiveRecipientsWithStatus" type="tns:emailRecipient"/>
        <xs:element minOccurs="0" name="status" type="tns:emailDeliveryInfoStatus"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to emailDeliveryInfo

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions