MailMergeExportRange Enum
In This Article
Lists values that specify the range for mail-merge document export.
#Declaration
TypeScript
declare enum MailMergeExportRange {
AllRecords = 0,
CurrentRecord = 1,
Range = 2
}
#Members
Name | Description |
---|---|
All
|
Specifies that all data source records will be included into the exported merged document. |
Current
|
Specifies that only the current data source record will be included into the exported merged document. |
Range
|
Specifies that a specific range of data source records will be included into the exported merged document. |
#Remarks
Values listed by this enumeration are used in the following members: