MailMergeDataField Interface

Represents a single mail merge field in a data source.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("00020919-0000-0000-C000-000000000046")> _
Public Interface MailMergeDataField
'Usage
Dim instance As MailMergeDataField
[GuidAttribute("00020919-0000-0000-C000-000000000046")]
public interface MailMergeDataField

Remarks

The MailMergeDataField object is a member of the MailMergeDataFields collection. The MailMergeDataFields collection includes all the data fields in a mail merge data source (for example, Name, Address, and City).

Use DataFields(index), where index is the data field name or the index number, to return a single MailMergeDataField object. The index number represents the position of the data field in the mail merge data source.

You cannot add fields to the MailMergeDataFields collection. All data fields in a data source are automatically included in the MailMergeDataFields collection.

See Also

Reference

MailMergeDataField Members

Microsoft.Office.Interop.Word Namespace