complexType "targetFolderType"
Namespace:
Content:
empty, 1 attribute
Defined:
globally in myInbox.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
xsd:string
/>
All Direct / Indirect Based Elements (1):
targetFolder (type targetFolderType)
Known Usage Locations
Annotation
This element specifies the folder to save the message to. If omitted, the message is saved in the drafts folder.
XML Source (see within schema source)
<xsd:complexType name="targetFolderType">
<xsd:annotation>
<xsd:documentation>
This element specifies the folder to save the message to. If omitted, the message
is saved in the drafts folder.
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="select" type="hs:selectType" use="required">
<xsd:annotation>
<xsd:documentation>
The location of the folder to which save the message.
For example, /myInbox/folder[@id=""].
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
Attribute Detail (all declarations; 1/1)
select
Type:
Use:
required
Defined:
locally within (this) targetFolderType complexType
The location of the folder to which save the message. For example, /myInbox/folder[@id=""].
XML Source (see within schema source)
<xsd:attribute name="select" type="hs:selectType" use="required">
<xsd:annotation>
<xsd:documentation>
The location of the folder to which save the message.
For example, /myInbox/folder[@id=""].
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>