Bagikan melalui


MailMergeAfterMergeEventArgs.NewDocument Property (2007 System)

Gets the Document created from the mail merge.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public ReadOnly Property NewDocument As Document
'Usage
Dim instance As MailMergeAfterMergeEventArgs 
Dim value As Document 

value = instance.NewDocument
public Document NewDocument { get; }
public:
property Document^ NewDocument {
    Document^ get ();
}
public function get NewDocument () : Document

Property Value

Type: Document
The Document created from the mail merge.

.NET Framework Security

See Also

Reference

MailMergeAfterMergeEventArgs Class

MailMergeAfterMergeEventArgs Members

Microsoft.Office.Tools.Word Namespace