WdMailMergeState Enumeration
Office 2007
| Word Developer Reference |
| Name | Value | Description |
|---|---|---|
| wdDataSource | 5 | A data source with no main document. |
| wdMainAndDataSource | 2 | A main document with an attached data source. |
| wdMainAndHeader | 3 | A main document with an attached header source. |
| wdMainAndSourceAndHeader | 4 | A main document with attached data source and header source. |
| wdMainDocumentOnly | 1 | A main document with no data attached. |
| wdNormalDocument | 0 | Document is not involved in a mail merge operation. |
Remarks