officefileapi-devexpress-dot-xtrarichedit-dot-iricheditdocumentserver-dot-mailmerge.md
| 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. |