WdMailMergeState Enumeration 

Specifies the state of a mail merge operation.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdMailMergeState1 As WdMailMergeState = WdMailMergeState.wdDataSource

Syntax

Public Enum WdMailMergeState
public enum WdMailMergeState
public enum class WdMailMergeState
public enum WdMailMergeState
public enum WdMailMergeState

Members

Member name Description
wdDataSource A data source with no main document.
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.
wdMainDocumentOnly A main document with no data attached.
wdNormalDocument Document is not involved in a mail merge operation.

Remarks

Used with the State property of the MailMerge object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace