MailMerger class

MailMerger class

Provides methods intended to fill template with data using simple mail merge and mail merge with regions operations.

Methods

NameDescription
execute(input_file_name, output_file_name, field_names, field_values)Performs a mail merge operation for a single record.
execute(input_file_name, output_file_name, save_format, field_names, field_values)Performs a mail merge operation for a single record.
execute(input_file_name, output_file_name, save_format, mail_merge_options, field_names, field_values)Performs a mail merge operation for a single record.
execute(input_stream, output_stream, save_format, field_names, field_values)Performs a mail merge operation for a single record.
execute(input_stream, output_stream, save_format, mail_merge_options, field_names, field_values)Performs a mail merge operation for a single record.

See Also