complexType "moveMessageActionType"
Namespace:
Content:
complex, 1 element
Defined:
globally in myInbox.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (1):
targetFolder (type targetFolderType)
All Direct / Indirect Based Elements (1):
moveMessage (in action)
Known Usage Locations
Annotation
Used in rule actions to indicate that the active message should be moved to the targetFolder
XML Source (see within schema source)
<xsd:complexType name="moveMessageActionType">
<xsd:annotation>
<xsd:documentation>
Used in rule actions to indicate that the active message should be moved to the targetFolder
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="targetFolder" type="targetFolderType"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 1/1)
targetFolder
Type:
targetFolderType, empty content
Defined:
locally within (this) moveMessageActionType complexType
XML Source (see within schema source)
<xsd:element name="targetFolder" type="targetFolderType"/>