MappedDataFields Interface

Definition

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

public interface class MappedDataFields : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("799A6814-EA41-11D3-87CC-00105AA31A34")]
public interface MappedDataFields : System.Collections.IEnumerable
type MappedDataFields = interface
    interface IEnumerable
Public Interface MappedDataFields
Implements IEnumerable
Attributes
Implements

Remarks

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

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Count

Returns the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Item[WdMappedDataFields]

Returns a specified mapped data field.

Parent

Returns an object that represents the parent object of the specified object.

Methods

GetEnumerator()

Applies to