MailMergeField Interface
Office 2010
Represents a single mail merge field in a document.
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
The MailMergeDataField object is a member of the MailMergeDataFields collection. The MailMergeDataFields collection includes all the mail merge related fields in a document.
Use Fields(index), where index is the index number, to return a single MailMergeField object.
Use the Add method to add a merge field to the MailMergeFields collection.
The MailMergeFields collection has additional methods, such as AddAsk and AddFillIn, for adding fields related to a mail merge operation.