Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the state of a mail merge operation.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdMailMergeState
'Usage
Dim instance As WdMailMergeState
public enum WdMailMergeState
Members
| Member name | Description | |
|---|---|---|
| wdNormalDocument | Document is not involved in a mail merge operation. | |
| wdMainDocumentOnly | A main document with no data attached. | |
| wdMainAndDataSource | A main document with an attached data source. | |
| wdMainAndHeader | A main document with an attached header source. | |
| wdMainAndSourceAndHeader | A main document with attached data source and header source. | |
| wdDataSource | A data source with no main document. |
Remarks
Used with the State property of the MailMerge object.