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

Contents

Overview

Message status for a given recipient.

Enumeration Members

Name Description

IN_PROCESS

The recipient has not received the message

DELAYED

Failed to deliver to the recipient due to temporary failure, such as network outage, over quota, etc. Delivery will be retried for a period of time.

UNDELIVERABLE

Failed to delive to the recipient due to permanent failure, such as user not found, or failing to successfully deliver after a period of time.

DELIVERED

Successfully delivered

DISPLAYED

The recipient has read the message

DELETED

The recipient has deleted the message

XML Schema


<xs:simpleType name="emailRecipientStatus">
    <xs:restriction base="xs:string">
        <xs:enumeration value="IN_PROCESS"/>
        <xs:enumeration value="DELAYED"/>
        <xs:enumeration value="UNDELIVERABLE"/>
        <xs:enumeration value="DELIVERED"/>
        <xs:enumeration value="DISPLAYED"/>
        <xs:enumeration value="DELETED"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to emailRecipientStatus

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions