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 |
---|---|
NewDocument | 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.NewDocument value. |
See Also
- module Aspose.Words.Settings
- property MailMergeSettings.destination