MailMerge.ViewMailMergeFieldCodes Property
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.
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.