![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Description |
|---|---|
DISPOSITION_NOTIFICATION |
The sender wants acknowledgment upon message disposition. This is analogous to RFC 2298 except the request in CSI is more granular and can be placed at the recipient level. |
FAILURE_NOTIFICATION |
The sender wants acknowledgement upon failed delivery of this message. This is analogous to RFC 1891 |
SUCCESS_NOTIFICATION |
The sender wants acknowledgement upon successful delivery of this message. |
<xs:simpleType name="emailDeliveryDirective">
<xs:restriction base="xs:string">
<xs:enumeration value="DISPOSITION_NOTIFICATION"/>
<xs:enumeration value="FAILURE_NOTIFICATION"/>
<xs:enumeration value="SUCCESS_NOTIFICATION"/>
</xs:restriction>
</xs:simpleType>

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