Back to Devexpress

RichEditDocumentServer.MailMerge Method

officefileapi-devexpress-dot-xtrarichedit-dot-richeditdocumentserver-dot-mailmerge.md

latest3.4 KB
Original Source

RichEditDocumentServer.MailMerge Method

NameParametersDescription
MailMerge(Document)documentMerges data to the current document and sends the result to the specified Document instance.
MailMerge(MailMergeOptions, Document)options, targetDocumentMerges 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, targetDocumentServerObsolete. Merges the current document using the specified options and sends the result to the specified RichEditDocumentServer instance.
MailMerge(MailMergeOptions, Stream, DocumentFormat)options, stream, formatMerges 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, formatMerges 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)documentServerObsolete. Merges the current document and sends the result to the specified RichEditDocumentServer instance.
MailMerge(Stream, DocumentFormat)stream, formatMerges data to the current document, and sends the result in the specified format to a stream.
MailMerge(String, DocumentFormat)fileName, formatMerges data to the current document and sends the result to a file in the specified format.