Aspose::Words::Settings::MailMergeDestination enum

MailMergeDestination enum

Specifies the possible results which may be generated when a mail merge is carried out on a document.

enum class MailMergeDestination

Values

NameValueDescription
NewDocument0Specifies that conforming hosting applications shall generate new documents by populating the fields within a given document with data from the specified external data source.
Printer1Specifies 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.
Email2Specifies 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.
Fax4Specifies 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.
Defaultn/aEquals to the NewDocument value.

See Also