complexType "copyMessageActionType"
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):
copyMessage (in action)
Known Usage Locations
Annotation
This action is used to copy the active message in rules processing to another folder specified by the 'targetFolder' element
XML Source (see within schema source)
<xsd:complexType name="copyMessageActionType">
<xsd:annotation>
<xsd:documentation>
This action is used to copy the active message in rules processing to another folder specified by the
'targetFolder' element
</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) copyMessageActionType complexType
XML Source (see within schema source)
<xsd:element name="targetFolder" type="targetFolderType"/>