element <message> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 3 attributes
Defined:
Includes:
definitions of 3 attributes
XML Representation Summary
<message
   
 = 
xsd:string
 = 
xsd:boolean
 = 
xsd:string
/>
Included in content model of elements (1):
copyMessageRequest
Annotation
This element contains a select statement that contains an XPATH expression indicating a message message for which to copy the associated message.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="1" name="message">
<xsd:annotation>
<xsd:documentation>
This element contains a select statement that contains an XPATH expression
indicating a message message for which to copy the associated message.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="select" type="hs:selectType" use="required">
<xsd:annotation>
<xsd:documentation>
The location of the message (which is associated with the message) to copy.
For example, /myInbox/message[@id=""].
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="copyAsDraft" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>
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:attribute name="clientId" type="hs:uuidType" use="optional">
<xsd:annotation>
<xsd:documentation>
This attribute specifies that the server should use the value of this attribute as the id of the new message.
useClientIds should be present on the copyRequest element and set to true
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 3/3)
clientId
Type:
Use:
optional
Defined:
locally within (this) message element
This attribute specifies that the server should use the value of this attribute as the id of the new message. useClientIds should be present on the copyRequest element and set to true
XML Source (see within schema source)
<xsd:attribute name="clientId" type="hs:uuidType" use="optional">
<xsd:annotation>
<xsd:documentation>
This attribute specifies that the server should use the value of this attribute as the id of the new message.
useClientIds should be present on the copyRequest element and set to true
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

copyAsDraft
Type:
xsd:boolean, predefined
Use:
optional
Defined:
locally within (this) message element
If this value is present and set to true, the message is copied as a draft into the target folder
XML Source (see within schema source)
<xsd:attribute name="copyAsDraft" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>
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>

select
Type:
Use:
required
Defined:
locally within (this) message element
The location of the message (which is associated with the message) to copy. For example, /myInbox/message[@id=""].
XML Source (see within schema source)
<xsd:attribute name="select" type="hs:selectType" use="required">
<xsd:annotation>
<xsd:documentation>
The location of the message (which is associated with the message) to copy.
For example, /myInbox/message[@id=""].
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>