MailMergeAfterMergeEventArgs.NewDocument Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.