_Document.MailMerge Property

Returns a MailMerge object that represents the mail merge functionality for the specified document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property MailMerge As MailMerge
    Get
'Usage
Dim instance As _Document
Dim value As MailMerge

value = instance.MailMerge
MailMerge MailMerge { get; }

Property Value

Type: Microsoft.Office.Interop.Word.MailMerge

Remarks

The MailMerge object is available regardless of whether the specified document is a mail merge main document. Use the State property to determine the current state of the mail merge operation.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace