mail_merge property

Document.mail_merge property

Returns a MailMerge object that represents the mail merge functionality for the document.

@property
def mail_merge(self) -> aspose.words.mailmerging.MailMerge:
    ...

See Also