aspnet-devexpress-dot-web-dot-aspxrichedit-dot-aspxrichedit-dot-mailmerge.md
| Name | Parameters | Description |
|---|---|---|
| MailMerge(Document) | document | Initializes the mail merge process and generates the resulting documents containing the merged information. |
| MailMerge(MailMergeOptions, Document) | mailMergeOptions, document | Initializes the mail merge process and generates the resulting documents containing the merged information. |
| MailMerge(MailMergeOptions, Stream, DocumentFormat) | mailMergeOptions, stream, documentFormat | Initializes the mail merge process and generates the resulting documents containing the merged information. |
| MailMerge(MailMergeOptions, String, DocumentFormat) | mailMergeOptions, fileName, documentFormat | Initializes the mail merge process and generates the resulting documents containing the merged information. |
| MailMerge(Stream, DocumentFormat) | stream, documentFormat | Initializes the mail merge process and generates the resulting documents containing the merged information. |
| MailMerge(String, DocumentFormat) | fileName, documentFormat | Initializes the mail merge process and generates the resulting documents containing the merged information. |