MailMerge Interface
Represents the mail merge functionality in Microsoft Word.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<GuidAttribute("00020920-0000-0000-C000-000000000046")> _
Public Interface MailMerge
'Usage
Dim instance As MailMerge
[GuidAttribute("00020920-0000-0000-C000-000000000046")]
public interface MailMerge
Remarks
Use the MailMerge property to return the MailMerge object. The MailMerge object is always available regardless of whether the mail merge operation has begun. Use the State property to determine the status of the mail merge operation.