Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IRichEditDocumentServer.CreateMailMergeOptions() Method

Creates an object for specifying the options used in mail merge operations.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

MailMergeOptions CreateMailMergeOptions()

Returns

Type Description
MailMergeOptions

A MailMergeOptions class instance containing options used for mail merge.

Remarks

To specify options for a particular merge operation, create a MailMergeOptions object using the CreateMailMergeOptions method, change options as required and perform a merge using the IRichEditDocumentServer.MailMerge method, which gets the MailMergeOptions as the parameter.

See Also