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

IRichEditDocumentServer.MailMerge Method

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