Document.MailMerge Property

Definition

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

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

Property Value

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.

Applies to