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

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