MappedDataFields Interface

A collection of MappedDataField objects that represents all the mapped data fields available in Microsoft Word.

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

Syntax

'Declaration
<GuidAttribute("799A6814-EA41-11D3-87CC-00105AA31A34")> _
Public Interface MappedDataFields _
    Inherits IEnumerable
'Usage
Dim instance As MappedDataFields
[GuidAttribute("799A6814-EA41-11D3-87CC-00105AA31A34")]
public interface MappedDataFields : IEnumerable

Remarks

Use the MappedDataFields property of the MailMergeDataSource object to return the MappedDataFields collection.

See Also

Reference

MappedDataFields Members

Microsoft.Office.Interop.Word Namespace