WdMailMergeDestination Enumeration

Specifies a destination for mail merge results.

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

Syntax

'Declaration
Public Enumeration WdMailMergeDestination
'Usage
Dim instance As WdMailMergeDestination
public enum WdMailMergeDestination

Members

Member name Description
wdSendToNewDocument Send results to a new Word document.
wdSendToPrinter Send results to a printer.
wdSendToEmail Send results to e-mail recipient.
wdSendToFax Send results to fax recipient.

See Also

Reference

Microsoft.Office.Interop.Word Namespace