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