MailMergeDestinationValues 列挙型

定義

MailMergeDestinationValues 列挙を定義します。

public enum MailMergeDestinationValues
type MailMergeDestinationValues = 
Public Enum MailMergeDestinationValues
継承
MailMergeDestinationValues

フィールド

Email 2

結合されたドキュメントを電子メール メッセージとして送信します。 アイテムを xml としてシリアル化すると、その値は "email" になります。

Fax 3

結合されたドキュメントを FAX として送信します。 アイテムを xml としてシリアル化すると、その値は "FAX" になります。

NewDocument 0

結合されたドキュメントを新しいドキュメントに送信します。 アイテムを xml としてシリアル化すると、その値は "newDocument" になります。

Printer 1

結合されたドキュメントをプリンターに送信します。 アイテムを xml としてシリアル化すると、その値は "printer" になります。

適用対象