complexType "forwardAsAttachmentActionType"
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):
forwardAsAttachment (in action)
Known Usage Locations
Annotation
Used in rule actions to indicate that the active message should be forwarded to the included recipients as an attachment.
XML Source (see within schema source)
<xsd:complexType name="forwardAsAttachmentActionType">
<xsd:annotation>
<xsd:documentation>
Used in rule actions to indicate that the active message should be forwarded to the included recipients as an attachment.
</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) forwardAsAttachmentActionType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="recipient" type="emailToCcBccType"/>