Back to Devexpress

IRichEditDocumentServer.MailMerge Method

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

latest3.4 KB
Original Source

IRichEditDocumentServer.MailMerge Method

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