Back to Devexpress

ASPxRichEdit.MailMerge Method

aspnet-devexpress-dot-web-dot-aspxrichedit-dot-aspxrichedit-dot-mailmerge.md

latest2.3 KB
Original Source

ASPxRichEdit.MailMerge Method

NameParametersDescription
MailMerge(Document)documentInitializes the mail merge process and generates the resulting documents containing the merged information.
MailMerge(MailMergeOptions, Document)mailMergeOptions, documentInitializes the mail merge process and generates the resulting documents containing the merged information.
MailMerge(MailMergeOptions, Stream, DocumentFormat)mailMergeOptions, stream, documentFormatInitializes the mail merge process and generates the resulting documents containing the merged information.
MailMerge(MailMergeOptions, String, DocumentFormat)mailMergeOptions, fileName, documentFormatInitializes the mail merge process and generates the resulting documents containing the merged information.
MailMerge(Stream, DocumentFormat)stream, documentFormatInitializes the mail merge process and generates the resulting documents containing the merged information.
MailMerge(String, DocumentFormat)fileName, documentFormatInitializes the mail merge process and generates the resulting documents containing the merged information.