![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Description |
|---|---|---|
bccReceivers |
Sets the Bcc receivers updater | |
bodyUpdater |
The updater for the main body of the message. | |
ccReceivers |
Sets the Cc recipient list updater to this updater | |
envelopeSender |
The envelope sender of the message | |
inReplyTos |
Sets the InReplyTo updater | |
mailer |
The mail client program identifier for the message. | |
priority |
The priority marker for the message. | |
replyTos |
Sets the replyTo participant list updater to this updater | |
sender |
The published sender of the message. | |
sensitivity |
Sensitivity value for the message as one of the values in | |
sentDate |
Time when the message is composed and submitted. | |
streamSubject |
The subject for the control channel. | |
subject |
Subject of the email message content. | |
threadReferences |
Sets the thread references | |
toReceivers |
Sets the To receivers updater |
Inherits From
Applied Markers
<xs:complexType final="extension restriction" name="emailMessageContentUpdater">
<xs:complexContent>
<xs:extension base="tns:contentUpdater">
<xs:sequence>
<xs:element minOccurs="0" name="bccReceivers" type="tns:emailRecipientListUpdater"/>
<xs:element minOccurs="0" name="bodyUpdater" type="tns:contentUpdater"/>
<xs:element minOccurs="0" name="ccReceivers" type="tns:emailRecipientListUpdater"/>
<xs:element minOccurs="0" name="envelopeSender" type="tns:emailParticipant"/>
<xs:element minOccurs="0" name="inReplyTos" type="tns:stringListUpdater"/>
<xs:element minOccurs="0" name="mailer" type="xs:string"/>
<xs:element minOccurs="0" name="priority" type="tns:priority"/>
<xs:element minOccurs="0" name="replyTos" type="tns:emailParticipantListUpdater"/>
<xs:element minOccurs="0" name="sender" type="tns:emailParticipant"/>
<xs:element minOccurs="0" name="sensitivity" type="tns:messageSensitivity"/>
<xs:element minOccurs="0" name="sentDate" type="xs:dateTime"/>
<xs:element minOccurs="0" name="streamSubject" type="xs:string"/>
<xs:element minOccurs="0" name="subject" type="tns:rawString"/>
<xs:element minOccurs="0" name="toReceivers" type="tns:emailRecipientListUpdater"/>
<xs:element minOccurs="0" name="threadReferences" type="tns:stringListUpdater"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Usage | Resource | Method |
|---|---|---|
| Request | EmailMessage | Send |

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