WdMailMergeDestination Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a destination for mail merge results.
public enum class WdMailMergeDestination
[System.Runtime.InteropServices.Guid("EF1C5FC6-1180-3B71-B879-33355000E318")]
public enum WdMailMergeDestination
type WdMailMergeDestination =
Public Enum WdMailMergeDestination
- Inheritance
-
WdMailMergeDestination
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdSendToNewDocument | 0 | Send results to a new Word document. |
wdSendToPrinter | 1 | Send results to a printer. |
wdSendToEmail | 2 | Send results to e-mail recipient. |
wdSendToFax | 3 | Send results to fax recipient. |