destination property

MailMergeSettings.destination property

Specifies how Microsoft Word will output the results of a mail merge. The default value is MailMergeDestination.DEFAULT.

@property
def destination(self) -> aspose.words.settings.MailMergeDestination:
    ...

@destination.setter
def destination(self, value: aspose.words.settings.MailMergeDestination):
    ...

See Also