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

Contents

Overview

Email message type indicates the origin of the email message.

Enumeration Members

Name Description

EMAIL

VOICEMAIL

FAX

NOTIFY_MTG_RQST

NOTIFY_TASK_ASSGN

NOTIFY_OTHERS

XML Schema


<xs:simpleType name="emailMessageType">
    <xs:restriction base="xs:string">
        <xs:enumeration value="EMAIL"/>
        <xs:enumeration value="VOICEMAIL"/>
        <xs:enumeration value="FAX"/>
        <xs:enumeration value="NOTIFY_MTG_RQST"/>
        <xs:enumeration value="NOTIFY_TASK_ASSGN"/>
        <xs:enumeration value="NOTIFY_OTHERS"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to emailMessageType

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions