MailMerge.HighlightMergeFields Property

Determines if the merge fields in a document are highlighted.

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

Syntax

'Declaration
Property HighlightMergeFields As Boolean
    Get
    Set
'Usage
Dim instance As MailMerge
Dim value As Boolean

value = instance.HighlightMergeFields

instance.HighlightMergeFields = value
bool HighlightMergeFields { get; set; }

Property Value

Type: System.Boolean

Remarks

This property returns True if the merge fields are highlighted, and False if not. Set the property value to True or False to enable or disable the functionality.

See Also

Reference

MailMerge Interface

MailMerge Members

Microsoft.Office.Interop.Word Namespace