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

Contents

Overview

Delivery instructions a sender can specify to any given email recipient

Enumeration Members

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.

XML Schema


<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>

        

References

The following data represents the references to emailDeliveryDirective

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions