MailMergeAfterMergeEventArgs.NewDocument Property

Definition

Gets the Document created from the mail merge.

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

Property Value

The Document created from the mail merge.

Applies to