Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
MailMergeAfterMergeEventArgs Class