次の方法で共有


MailMerge.Destination プロパティ

定義

差し込み印刷結果の出力先を設定または返します。

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

プロパティ値

注釈

Destination プロパティには、次WdMailMergeDestinationのいずれかの定数を指定できます。

wdSendToFax

wdSendToPrinter

wdSendToEmail

wdSendToNewDocument

適用対象