WdMailMergeMailFormat 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 format to use when the mail merge destination is an e-mail message.
public enum class WdMailMergeMailFormat
[System.Runtime.InteropServices.Guid("E8606DE9-00F1-3086-BA72-CCDE4F6D93E2")]
public enum WdMailMergeMailFormat
type WdMailMergeMailFormat =
Public Enum WdMailMergeMailFormat
- Inheritance
-
WdMailMergeMailFormat
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdMailFormatPlainText | 0 | Sends mail merge e-mail documents using plain text. |
wdMailFormatHTML | 1 | Sends mail merge e-mail documents using HTML format. |