MailMerge.ViewMailMergeFieldCodes Property

Definition

Determines if merge field names are displayed in a mail merge main document.

public:
 property int ViewMailMergeFieldCodes { int get(); void set(int value); };
public int ViewMailMergeFieldCodes { get; set; }
member this.ViewMailMergeFieldCodes : int with get, set
Public Property ViewMailMergeFieldCodes As Integer

Property Value

Remarks

This property returns True if merge field names are displayed in a mail merge main document, and False if information from the current data record is displayed.

If the active document isn't a mail merge main document, this property causes an error. To view merge field names or their results, set the ShowFieldCodes property to False.

Applies to