MailMerge.Destination Property

Definition

Returns or sets the destination of the mail merge results.

public:
 property Microsoft::Office::Interop::Word::WdMailMergeDestination Destination { Microsoft::Office::Interop::Word::WdMailMergeDestination get(); void set(Microsoft::Office::Interop::Word::WdMailMergeDestination value); };
public Microsoft.Office.Interop.Word.WdMailMergeDestination Destination { get; set; }
member this.Destination : Microsoft.Office.Interop.Word.WdMailMergeDestination with get, set
Public Property Destination As WdMailMergeDestination

Property Value

Remarks

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

wdSendToFax

wdSendToPrinter

wdSendToEmail

wdSendToNewDocument

Applies to