com.aspose.words
Class MailMergeDestination

java.lang.Object
    extended by com.aspose.words.MailMergeDestination

public class MailMergeDestination 
extends java.lang.Object

Utility class containing constants. Specifies the possible results which may be generated when a mail merge is carried out on a document.
See Also:
MailMergeSettings.Destination

Field Summary
static final intNEW_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.
static final intPRINTER
           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.
static final intEMAIL
           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.
static final intFAX
           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.
static final intDEFAULT
           Equals to the NEW_DOCUMENT value.
 

Field Detail

NEW_DOCUMENT

public static final int 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

public static final int 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.

EMAIL

public static final int EMAIL
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

public static final int 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

public static final int DEFAULT
Equals to the NEW_DOCUMENT value.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.