wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-dot-mailmerge.md
| 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. |