MailMergeDestination enumeration
MailMergeDestination enumeration
Specifies the possible results which may be generated when a mail merge is carried out on a document.
Members
Name | Description |
---|---|
NEW_DOCUMENT | Specifies that conforming hosting applications shall generate new documents by populating the fields within a given document with data from the specified external data source. |
PRINTER | Specifies that conforming hosting applications shall print the documents that result from populating the fields within a given document with external data from the specified external data source. |
Specifies that conforming hosting applications shall generate emails using the documents that result from populating the fields within a given document with data from the specified external data source. | |
FAX | Specifies that conforming hosting applications shall generate faxes using the documents that result from populating the fields within a given document with data from the specified external data source. |
DEFAULT | Equals to the MailMergeDestination.NEW_DOCUMENT value. |
See Also
- module aspose.words.settings
- property MailMergeSettings.destination