MailMergeDialogCommand Class
In This Article
Gets a command to invoke the Export Range dialog to start a mail merge.
#Declaration
TypeScript
declare class MailMergeDialogCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.mailMergeDialog property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
MailMergeDialogCommand
See Also