Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RichEditControl.MailMerge Method

Name Parameters Description
MailMerge(Document) document Merges data to the current document and sends the result to the specified Document instance.
MailMerge(MailMergeOptions, Document) options, targetDocument Merges data to the current document and sends the result to the specified Document instance. Allows you to set the mail merge options.
MailMerge(MailMergeOptions, IRichEditDocumentServer) options, targetDocumentServer Obsolete. Merges data to the current document using the specified options and sends the result to the specified RichEditDocumentServer instance.
MailMerge(MailMergeOptions, Stream, DocumentFormat) options, stream, format Merges data to the current document and sends the result in the specified format to a stream. Allows you to set mail merge options.
MailMerge(MailMergeOptions, String, DocumentFormat) options, fileName, format Merges data to the current document and saves the result to a file in the specified format. Allows you to set mail merge options.
MailMerge(IRichEditDocumentServer) documentServer Obsolete. Merges data to the current document and sends the result to the specified RichEditDocumentServer instance.
MailMerge(Stream, DocumentFormat) stream, format Merges data to the current document and sends the result in the specified format to a stream.
MailMerge(String, DocumentFormat) fileName, format Merges data to the current document and sends the result to the a file in the specified format.