cleanup_options property

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