MailMerge.Fields Property

Returns a MailMergeFields collection that represents all the mail merge related fields in the specified document.

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

Syntax

'Declaration
ReadOnly Property Fields As MailMergeFields
    Get
'Usage
Dim instance As MailMerge
Dim value As MailMergeFields

value = instance.Fields
MailMergeFields Fields { get; }

Property Value

Type: Microsoft.Office.Interop.Word.MailMergeFields

See Also

Reference

MailMerge Interface

MailMerge Members

Microsoft.Office.Interop.Word Namespace