active property

OdsoRecipientData.active property

Specifies whether the record from the data source shall be imported into a document when the mail merge is performed. The default value is True.

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

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

See Also