MailMergeAfterMergeEventArgs Interface
Provides data for the MailMergeAfterMerge event.
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
| Name | Description | |
|---|---|---|
![]() | NewDocument | Gets the Microsoft.Office.Interop.Word::Document created from the mail merge. |
The following code example demonstrates an event handler for the MailMergeAfterMerge event. The event handler displays a message after all records in a mail merge have merged successfully.
This example is for a document-level customization.
Show:
