Document.MailMerge Property
Gets a MailMerge that represents the mail merge functionality for the document.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
ReadOnly Property MailMerge As MailMerge
MailMerge MailMerge { get; }
Property Value
Type: Microsoft.Office.Interop.Word.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.