MailMerge.Destination Property

Returns or sets the destination of the mail merge results.

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

Syntax

'Declaration
Property Destination As WdMailMergeDestination
    Get
    Set
'Usage
Dim instance As MailMerge
Dim value As WdMailMergeDestination

value = instance.Destination

instance.Destination = value
WdMailMergeDestination Destination { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdMailMergeDestination

Remarks

The Destination property can be one of the following WdMailMergeDestination constants:

wdSendToFax

wdSendToPrinter

wdSendToEmail

wdSendToNewDocument

See Also

Reference

MailMerge Interface

MailMerge Members

Microsoft.Office.Interop.Word Namespace