EmailOptions.HTMLFidelity property (Word)

Strips HTML tags used for opening HTML files in Word but not required for display. Read/write WdEmailHTMLFidelity.

Syntax

expression. HTMLFidelity

expression Required. A variable that represents an 'EmailOptions' collection.

Example

This example keeps all HTML tags intact when sending email messages.

Sub HTMLEmail() 
 Application.EmailOptions _ 
 .HTMLFidelity = wdEmailHTMLFidelityHigh 
End Sub

See also

EmailOptions Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.