mail_subject property

MailMergeSettings.mail_subject property

Specifies the text which shall appear in the subject line of the e-mails or faxes produced during mail merge. The default value is an empty string.

@property
def mail_subject(self) -> str:
    ...

@mail_subject.setter
def mail_subject(self, value: str):
    ...

See Also