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)

Usage

Public Class appedDataFieldsImplementation
    Implements MappedDataFields
End Class
Dim appedDataFieldsImplementation1 As New appedDataFieldsImplementation()

Syntax

Public Interface MappedDataFields
    Inherits IEnumerable
public interface MappedDataFields : IEnumerable
public interface class MappedDataFields : public IEnumerable
public interface MappedDataFields implements IEnumerable
public interface MappedDataFields implements IEnumerable

Remarks

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

MappedDataFields Members