MailMergeCheckErrors enumeration

MailMergeCheckErrors enumeration

Specifies how Microsoft Word will report errors detected during mail merge.

Members

NameDescription
SIMULATESimulate the merge and report errors in a new document.
PAUSE_ON_ERRORComplete the merge and pause to report errors.
COLLECT_ERRORSComplete the merge and report errors in a new document.
DEFAULTEquals to the MailMergeCheckErrors.PAUSE_ON_ERROR value.

See Also