complexType "forwardMessageActionType"
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):
recipient (type emailToCcBccType)
All Direct / Indirect Based Elements (1):
forwardMessage (in action)
Known Usage Locations
Annotation
Used in rule actions to indicate that the active message should be forwarded to the included recipients.
XML Source (see within schema source)
<xsd:complexType name="forwardMessageActionType">
<xsd:annotation>
<xsd:documentation>
Used in rule actions to indicate that the active message should be forwarded to the included recipients.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="recipient" type="emailToCcBccType"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 1/1)
recipient
Type:
emailToCcBccType, complex content
Defined:
locally within (this) forwardMessageActionType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="recipient" type="emailToCcBccType"/>