MailMergeAndDownloadCommand Class
In This Article
A command to start the mail merge process and download the resulting document containing the merged information.
#Declaration
TypeScript
declare class MailMergeAndDownloadCommand
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.mailMergeAndDownload property.
See Also