A newer version of this page is available.
Switch to the current version.
ASPxRichEdit.MailMerge Method
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. |
Feedback