WdMailMergeState Enum

Definition

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

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

Used with the State property of the MailMerge object.

Applies to