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)

Syntax

'Declaration
Public Enumeration WdMailMergeMailFormat
'Usage
Dim instance As WdMailMergeMailFormat
public enum WdMailMergeMailFormat

Members

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

See Also

Reference

Microsoft.Office.Interop.Word Namespace