MailMergeAndSaveAsCommand.execute(filePath) Method
In This Article
Executes the MailMergeAndSaveAsCommand command with the specified parameters.
#Declaration
TypeScript
execute(
filePath: string | RichEditFileInfo,
settings?: MailMergeSettings
): boolean
#Parameters
Name | Type | Description |
---|---|---|
file |
string | Rich |
The path to a saved file, or an object that contains the saved file information. |
settings | Mail |
An object that contains settings to set up the mail merge operation. |
#Returns
Type | Description |
---|---|
boolean |
|
See Also