Aspose::Words::Settings::MailMergeDestination enum
Contents
[
Hide
]MailMergeDestination enum
Specifies the possible results which may be generated when a mail merge is carried out on a document.
enum class MailMergeDestination
Values
Name | Value | Description |
---|---|---|
NewDocument | 0 | 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 | 1 | 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. |
2 | 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 | 4 | 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 | n/a | Equals to the NewDocument value. |
See Also
- Namespace Aspose::Words::Settings
- Library Aspose.Words for C++