WdMailMergeState enumeration
Office 2013 and later
Specifies the state of a mail merge operation.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
| 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. |
Show: