WdMailMergeDataSource 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 the data source for a mail merge operation.
public enum class WdMailMergeDataSource
[System.Runtime.InteropServices.Guid("D0323CE3-E503-3E8E-815F-17E83F2EFF60")]
public enum WdMailMergeDataSource
type WdMailMergeDataSource =
Public Enum WdMailMergeDataSource
- Inheritance
-
WdMailMergeDataSource
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdNoMergeInfo | -1 | No merge information provided. |
wdMergeInfoFromWord | 0 | From Microsoft Word. |
wdMergeInfoFromAccessDDE | 1 | From Microsoft Access using Dynamic Data Exchange (DDE). |
wdMergeInfoFromExcelDDE | 2 | From Microsoft Excel using DDE. |
wdMergeInfoFromMSQueryDDE | 3 | From MSQuery using DDE. |
wdMergeInfoFromODBC | 4 | From an Open Database Connectivity (ODBC) connection. |
wdMergeInfoFromODSO | 5 | From an Office Data Source Object (ODSO). |