MailMergeCheckErrors enumeration
MailMergeCheckErrors enumeration
Specifies how Microsoft Word will report errors detected during mail merge.
Members
Name | Description |
---|---|
Simulate | Simulate the merge and report errors in a new document. |
PauseOnError | Complete the merge and pause to report errors. |
CollectErrors | Complete the merge and report errors in a new document. |
Default | Equals to the MailMergeCheckErrors.PauseOnError value. |
See Also
- module Aspose.Words.Settings
- property MailMergeSettings.checkErrors