MailMergeDataField.IsMapped Property

Publisher Developer Reference

Indicates if the parent MailMergeDataField object is mapped to a recipient field in the master data source (combined mail-merge recipient list). Read-only.

Version Information
 Version Added:  Publisher 2007

Syntax

expression.IsMapped

expression   A variable that represents a MailMergeDataField object.

Return Value
Boolean

Remarks

The parent MailMergeDataField object must represent a field (column) in a connected data source that is not the master data source (the combination of all connected data sources). The IsMapped property is not available for data fields in the data source represented by the DataSource property of the MailMerge object of the active Document object (ThisDocument.MailMerge.DataSource).

See Also