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

Contents

Overview

Flags that can be applied to a message

Enumeration Members

Name Description

ANSWERED

The user has replied to the message.

FORWARDED

The user has forwarded the message.

REDIRECTED

The message has been redirected (via rules/policies)

HIDDEN

The message is supposed to be hidden

MARKED_DELETE

The message is marked as deleted for the current viewer

MARKED_FOR_FOLLOWUP

The message is marked for follow up by the current viewer

MDN_PROCESSED

Ths message is marked processed with regard to message delivery notification processing. This includes notification sent and notification declined by recipient.

MARKED_DRAFT

This message is marked as draft by IMAP user. Marking a message as draft however does not make the message modifiable.

XML Schema


<xs:simpleType name="messageFlag">
    <xs:restriction base="xs:string">
        <xs:enumeration value="ANSWERED"/>
        <xs:enumeration value="FORWARDED"/>
        <xs:enumeration value="REDIRECTED"/>
        <xs:enumeration value="HIDDEN"/>
        <xs:enumeration value="MARKED_DELETE"/>
        <xs:enumeration value="MARKED_FOR_FOLLOWUP"/>
        <xs:enumeration value="MDN_PROCESSED"/>
        <xs:enumeration value="MARKED_DRAFT"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to messageFlag

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions