Aspose::Words::Settings::MailMergeCheckErrors enum

MailMergeCheckErrors enum

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

enum class MailMergeCheckErrors

Values

NameValueDescription
Simulate1Simulate the merge and report errors in a new document.
PauseOnError2Complete the merge and pause to report errors.
CollectErrors3Complete the merge and report errors in a new document.
Defaultn/aEquals to the PauseOnError value.

See Also