cleanup_options property
MailMergeOptions.cleanup_options property
Gets or sets a set of flags that specify what items should be removed during mail merge.
@property
def cleanup_options(self) -> aspose.words.mailmerging.MailMergeCleanupOptions:
...
@cleanup_options.setter
def cleanup_options(self, value: aspose.words.mailmerging.MailMergeCleanupOptions):
...
See Also
- module aspose.words.lowcode.mailmerging
- class MailMergeOptions