WdMailMergeMailFormat Enumeration 

Specifies the format to use when the mail merge destination is an e-mail message.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdMailMergeMailFormat1 As WdMailMergeMailFormat = WdMailMergeMailFormat.wdMailFormatHTML

Syntax

Public Enum WdMailMergeMailFormat
public enum WdMailMergeMailFormat
public enum class WdMailMergeMailFormat
public enum WdMailMergeMailFormat
public enum WdMailMergeMailFormat

Members

Member name Description
wdMailFormatHTML Sends mail merge e-mail documents using HTML format.
wdMailFormatPlainText Sends mail merge e-mail documents using plain text.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace