recipient_datas property
Odso.recipient_datas property
Gets or sets a collection of objects that specify inclusion/exclusion of individual records in the mail merge.
This object is never None
.
@property
def recipient_datas(self) -> aspose.words.settings.OdsoRecipientDataCollection:
...
@recipient_datas.setter
def recipient_datas(self, value: aspose.words.settings.OdsoRecipientDataCollection):
...
See Also
- module aspose.words.settings
- class Odso