MailMergeFields interface
Office 2013 and later
A collection of MailMergeField objects that represent the mail merge related fields in a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Use the Fields property to return the MailMergeFields collection.
Use the Add method to add a merge field to the MailMergeFields collection.
Use Fields(index), where index is the index number, to return a single MailMergeField object.
The MailMergeFields collection has additional methods, such as AddAsk and AddFillIn, for adding fields related to a mail merge operation.
Show: