WdMailMergeState Enum
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.
Specifies the state of a mail merge operation.
public enum class WdMailMergeState
[System.Runtime.InteropServices.Guid("07E8576F-FD92-3F44-8DCE-00C46F71A56C")]
public enum WdMailMergeState
type WdMailMergeState =
Public Enum WdMailMergeState
- Inheritance
-
WdMailMergeState
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdNormalDocument | 0 | Document is not involved in a mail merge operation. |
wdMainDocumentOnly | 1 | A main document with no data attached. |
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. |
wdDataSource | 5 | A data source with no main document. |
Remarks
Used with the State property of the MailMerge object.