Skip to main content
A newer version of this page is available. .

RichEditExtension.MailMerge Method

Name Parameters Description
MailMerge(String, Document) static extensionName, document Initializes the mail merge process and generates the resulting document containing the merged information.
MailMerge(String, MailMergeOptions, Document) static extensionName, mailMergeOptions, document Initializes the mail merge process and generates the resulting document containing the merged information.
MailMerge(String, MailMergeOptions, Stream, DocumentFormat) static extensionName, mailMergeOptions, stream, documentFormat Initializes the mail merge process and generates the resulting document containing the merged information.
MailMerge(String, MailMergeOptions, String, DocumentFormat) static extensionName, mailMergeOptions, fileName, documentFormat Initializes the mail merge process and generates the resulting document containing the merged information.
MailMerge(String, Stream, DocumentFormat) static extensionName, stream, documentFormat Initializes the mail merge process and generates the resulting document containing the merged information.
MailMerge(String, String, DocumentFormat) static extensionName, fileName, documentFormat Initializes the mail merge process and generates the resulting document containing the merged information.