WdEmailHTMLFidelity Enumeration

Specifies whether to leave or remove HTML tags not required for display.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

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

Members

Member name Description
wdEmailHTMLFidelityLow Removes all HTML tags that do not affect how a message displays.
wdEmailHTMLFidelityMedium Not supported.
wdEmailHTMLFidelityHigh Leaves HTML intact.

See Also

Reference

Microsoft.Office.Interop.Word Namespace