![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| 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 |
<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>

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices