Document.MailMerge Property

Gets a MailMerge that represents the mail merge functionality for the document.

Namespace:  Microsoft.Office.Tools.Word
Assemblies:   Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
ReadOnly Property MailMerge As MailMerge
MailMerge MailMerge { get; }

Property Value

Type: MailMerge
A MailMerge that represents the mail merge functionality for the document.

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.

.NET Framework Security

See Also

Reference

Document Interface

Microsoft.Office.Tools.Word Namespace