![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
Name | Type | Required | Description |
---|---|---|---|
BCCReceivers |
![]() |
"Blind Carbon Copied" recipients. BCC recipients are only visible to the sender of the message. | |
CCReceivers |
![]() |
"Carbon Copied" recipients. CC recipients are considered secondary recipients of an email message. | |
UID |
![]() |
The IMAP UID for this message | |
content |
![]() |
The top level content of the email message. | |
contentSnapshotId |
![]() |
Sets the content snapshotId | |
deliveryInfo |
![]() |
Delivery status of a message. This member describes the state of the message delivery and individual delivery status associated with each recipient. | |
flags |
![]() |
Message flags associated with the message | |
from |
![]() |
The envelope sender of the message. This may be different from the regular sender. | |
messageIdentifier |
![]() |
The integer identifier of this message for zimbra client. | |
repairAttemptCount |
![]() |
Sets the repair attempt count | |
replyTo |
![]() |
The list of Reply-To addresses. The Reply-To addresses if present are to be used as targets to receive a reply message. | |
scanResults |
![]() |
||
size |
![]() |
Sets the size of the message | |
toReceivers |
![]() |
Receivers on the "TO" list. "TO" list of recipients are considered the primary recipients of an email message. | |
type |
![]() |
The type of the email message indicating the origin. Type can be EMAIL, VOICEMAIL, FAX or NOTIFICATION. | |
virusDefinitionId |
![]() |
Sets the virus definition id | |
virusScanDate |
![]() |
Sets the virus scan date | |
virusScanStatus |
![]() |
Sets the virus scan status |
Inherits From
Applied Markers
<xs:complexType name="emailMessage"> <xs:complexContent> <xs:extension base="tns:message"> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" name="BCCReceivers" type="tns:participant"/> <xs:element maxOccurs="unbounded" minOccurs="0" name="CCReceivers" type="tns:participant"/> <xs:element minOccurs="0" name="content" type="tns:emailMessageContent"/> <xs:element minOccurs="0" name="contentSnapshotId" type="xs:string"/> <xs:element minOccurs="0" name="deliveryInfo" type="tns:emailDeliveryInfo"/> <xs:element maxOccurs="unbounded" minOccurs="0" name="flags" nillable="true" type="tns:messageFlag"/> <xs:element minOccurs="0" name="from" type="tns:participant"/> <xs:element name="messageIdentifier" type="xs:int"/> <xs:element name="repairAttemptCount" type="xs:int"/> <xs:element maxOccurs="unbounded" minOccurs="0" name="replyTo" type="tns:participant"/> <xs:element maxOccurs="unbounded" minOccurs="0" name="scanResults" nillable="true" type="tns:virusScanResult"/> <xs:element name="size" type="xs:long"/> <xs:element maxOccurs="unbounded" minOccurs="0" name="toReceivers" type="tns:participant"/> <xs:element minOccurs="0" name="type" type="tns:emailMessageType"/> <xs:element name="UID" type="xs:long"/> <xs:element minOccurs="0" name="virusDefinitionId" type="xs:int"/> <xs:element minOccurs="0" name="virusScanDate" type="xs:dateTime"/> <xs:element minOccurs="0" name="virusScanStatus" type="tns:virusScanStatus"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Usage | Resource | Method |
---|---|---|
Response | EmailMessage | Append |
Response | EmailMessage | Copy |
Request | EmailMessage | Copy Batch |
Request | EmailMessage | Delete Batch |
Response | EmailMessage | List |
Request | EmailMessage | Move Batch |
Request | EmailMessage | Move Batch to Trash |
Response | EmailMessage | Read |
Response | EmailMessage | Read Batch |
Request | EmailMessage | Read Batch |
Response | EmailMessage | Update |
Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices