MailMergeDataField.MappedTo Property

Publisher Developer Reference

Returns the name of the recipient field (column) in the master data source (combined mail-merge recipient list) that the parent MailMergeDataField object is mapped to. Read-only.

Version Information
 Version Added:  Publisher 2007

Syntax

expression.MappedTo

expression   A variable that represents a MailMergeDataField object.

Return Value
String

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 MappedTo 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