Namespace: |
|
Type: |
anonymous complexType |
Content: |
empty, 3 attributes |
Defined: |
|
Includes: |
definitions of 3 attributes |
XML Representation Summary |
||||||||||||
<message |
||||||||||||
|
||||||||||||
/> |
<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: |
|
Use: |
optional |
Defined: |
<xsd:annotation>
<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:attribute>
|
Type: |
xsd:boolean, predefined |
Use: |
optional |
Defined: |
<xsd:annotation>
<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:attribute>
|
Type: |
|
Use: |
required |
Defined: |
<xsd:annotation>
<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:attribute>
|