WdEmailHTMLFidelity 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 whether to leave or remove HTML tags not required for display.
public enum class WdEmailHTMLFidelity
[System.Runtime.InteropServices.Guid("35793B96-E562-3051-AB25-0AFCBCC95492")]
public enum WdEmailHTMLFidelity
type WdEmailHTMLFidelity =
Public Enum WdEmailHTMLFidelity
- Inheritance
-
WdEmailHTMLFidelity
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdEmailHTMLFidelityLow | 1 | Removes all HTML tags that do not affect how a message displays. |
wdEmailHTMLFidelityMedium | 2 | Not supported. |
wdEmailHTMLFidelityHigh | 3 | Leaves HTML intact. |