MailMergeFieldName Interface

Definition

Represents a mail merge field name in a data source.

public interface class MailMergeFieldName
[System.Runtime.InteropServices.Guid("0002091B-0000-0000-C000-000000000046")]
public interface MailMergeFieldName
type MailMergeFieldName = interface
Public Interface MailMergeFieldName
Attributes

Remarks

The MailMergeFieldName object is a member of the MailMergeFieldNames collection. The MailMergeFieldNames collection includes all the data field names in a mail merge data source.

Use FieldNames(index), where index is the index number, to return a single MailMergeFieldName object. The index number represents the position of the field in the mail merge data source.

You cannot add fields to the MailMergeFieldNames collection. Field names in a data source are automatically included in the MailMergeFieldNames collection.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Creator

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

Index

Returns an Integer that represents the position of an item in a collection.

Name

Returns or sets the name of the specified object.

Parent

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

Applies to