MailMergeFieldNames Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of MailMergeFieldName objects that represent the field names in a mail merge data source.
public interface class MailMergeFieldNames : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002091C-0000-0000-C000-000000000046")]
public interface MailMergeFieldNames : System.Collections.IEnumerable
type MailMergeFieldNames = interface
interface IEnumerable
Public Interface MailMergeFieldNames
Implements IEnumerable
- Attributes
- Implements
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.
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[Object] |
Returns an individual object in a collection. |
Parent |
Returns an object that represents the parent object of the specified object. |
Methods
GetEnumerator() |