MailingLabel.CreateNewDocument2000 Method

Reserved for internal use.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Function CreateNewDocument2000 ( _
    ByRef Name As Object, _
    ByRef Address As Object, _
    ByRef AutoText As Object, _
    ByRef ExtractAddress As Object, _
    ByRef LaserTray As Object _
) As Document
'Usage
Dim instance As MailingLabel
Dim Name As Object
Dim Address As Object
Dim AutoText As Object
Dim ExtractAddress As Object
Dim LaserTray As Object
Dim returnValue As Document

returnValue = instance.CreateNewDocument2000(Name, _
    Address, AutoText, ExtractAddress, _
    LaserTray)
Document CreateNewDocument2000(
    ref Object Name,
    ref Object Address,
    ref Object AutoText,
    ref Object ExtractAddress,
    ref Object LaserTray
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Word.Document

See Also

Reference

MailingLabel Interface

MailingLabel Members

Microsoft.Office.Interop.Word Namespace