<recipients> (Inclusion/Exclusion Data for Data Source)
This element specifies all of the inclusion/exclusion data for the contents of the specified mail merge data source. It is the root element for the Mail Merge Recipient Data part.
example:
<w:recipients>
<w:recipientData>
<w:active w:val="false"/>
…
</w:recipientData>
<w:recipientData>
<w:active w:val="false"/>
…
</w:recipientData>
<w:recipientData>
…
</w:recipientData>
</w:recipients>
The <recipients> element contains all of the recipient inclusion/exclusion data for this mail merge document. ]
Child Elements |
Subclause |
|---|---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Recipients">
<sequence>
<element name="recipientData" type="CT_RecipientData" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>