mail_as_attachment property

MailMergeSettings.mail_as_attachment property

Specifies that the documents produced during a mail merge operation should be emailed as an attachment rather than the body of the actual e-mail. The default value is False.

@property
def mail_as_attachment(self) -> bool:
    ...

@mail_as_attachment.setter
def mail_as_attachment(self, value: bool):
    ...

See Also