MailMerge.State Property

Definition

Returns the current state of a mail merge operation.

public:
 property Microsoft::Office::Interop::Word::WdMailMergeState State { Microsoft::Office::Interop::Word::WdMailMergeState get(); };
public Microsoft.Office.Interop.Word.WdMailMergeState State { get; }
member this.State : Microsoft.Office.Interop.Word.WdMailMergeState
Public ReadOnly Property State As WdMailMergeState

Property Value

Remarks

The State property can be one of the following WdMailMergeState constants:

wdDataSource

wdMainAndDataSource

wdMainAndHeader

wdMainAndSourceAndHeader

wdMainDocumentOnly

wdNormalDocument

Applies to