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

Contents

Overview

Message level delivery status. A message is not considered DONE if at least one recipient has not been delivered or has not exhausted all attempts towards delivery

Enumeration Members

Name Description

SUBMITTED

IN_TRANSIT

BLOCKED

DONE

XML Schema


<xs:simpleType name="emailDeliveryInfoStatus">
    <xs:restriction base="xs:string">
        <xs:enumeration value="SUBMITTED"/>
        <xs:enumeration value="IN_TRANSIT"/>
        <xs:enumeration value="BLOCKED"/>
        <xs:enumeration value="DONE"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to emailDeliveryInfoStatus

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions