Namespace: |
|
Type: |
anonymous complexType |
Content: |
|
Defined: |
globally in myInbox.xsd; see XML source |
Includes: |
|
Used: |
never |
XML Representation Summary |
||||||
<copyMessageRequest |
||||||
|
||||||
> |
||||||
|
||||||
</copyMessageRequest> |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This message allows clients to copy one or more messages to a folder. The message data
</xsd:documentation>
(including attachments) is copied and new message messages are returned with unique message ID values. This element encapsulates the arguments to the copyMessage method. It must contain a message element and a targetFolder element. <xsd:complexType>
<xsd:sequence>
</xsd:complexType>
<xsd:element maxOccurs="unbounded" minOccurs="1" name="message">
</xsd:sequence>
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
This element contains a select statement that contains an XPATH expression
</xsd:documentation>
indicating a message message for which to copy the associated message. <xsd:complexType>
<xsd:attribute name="select" type="hs:selectType" use="required">
</xsd:complexType>
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
The location of the message (which is associated with the message) to copy.
</xsd:documentation>
For example, /myInbox/message[@id=""].
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
If this value is present and set to true, the message is copied as a draft into the target folder
</xsd:documentation>
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
This attribute specifies that the server should use the value of this attribute as the id of the new message.
</xsd:documentation>
useClientIds should be present on the copyRequest element and set to true
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
Contains the id of an existing folder to copy the message(s) to.
</xsd:documentation>
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
If this optional attribute is present, each message elements id attribute will be used as the new id
</xsd:documentation>
</xsd:element>
|
Type: |
xsd:boolean, predefined |
Use: |
optional |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
If this optional attribute is present, each message elements id attribute will be used as the new id
</xsd:documentation>
</xsd:attribute>
|
Type: |
anonymous complexType, empty content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This element contains a select statement that contains an XPATH expression
</xsd:documentation>
indicating a message message for which to copy the associated message. <xsd:complexType>
<xsd:attribute name="select" type="hs:selectType" use="required">
</xsd:complexType>
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
The location of the message (which is associated with the message) to copy.
</xsd:documentation>
For example, /myInbox/message[@id=""].
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
If this value is present and set to true, the message is copied as a draft into the target folder
</xsd:documentation>
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
This attribute specifies that the server should use the value of this attribute as the id of the new message.
</xsd:documentation>
useClientIds should be present on the copyRequest element and set to true </xsd:element>
|
Type: |
refType, empty content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
Contains the id of an existing folder to copy the message(s) to.
</xsd:documentation>
</xsd:element>
|