Back to Devexpress

Document.MailMerge Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-document-dot-mailmerge.md

latest2.6 KB
Original Source

Document.MailMerge Method

NameParametersDescription
MailMerge(Document)targetDocumentMerges 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, 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(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.