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)

Usage

Public Class ailMergeImplementation
    Implements MailMerge
End Class
Dim ailMergeImplementation1 As New ailMergeImplementation()

Syntax

Public Interface MailMerge
public interface MailMerge
public interface class MailMerge
public interface MailMerge
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

MailMerge Members