MailMergeFieldNames Interface 

A collection of MailMergeFieldName objects that represent the field names in a mail merge data source.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class ailMergeFieldNamesImplementation
    Implements MailMergeFieldNames
End Class
Dim ailMergeFieldNamesImplementation1 As New ailMergeFieldNamesImplementation()

Syntax

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

Remarks

Use the FieldNames property to return the MailMergeFieldNames collection.

You cannot add names to the MailMergeFieldNames collection. When a field is added to a data source, the field name is automatically included in the MailMergeFieldNames collection. Use the EditDataSource method to edit the contents of a data source.

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

MailMergeFieldNames Members