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

RichEditMailMergeOptions Class

Specifies the default mail merge options.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public class RichEditMailMergeOptions :
    RichEditNotificationOptions

Remarks

The RichEditMailMergeOptions class implements the default mail merge options that can be accessed via the RichEditControlOptionsBase.MailMerge property using the RichEditControl.Options.MailMerge or RichEditDocumentServer.Options.MailMerge notation.

To customize the mail merge options, call the Document.CreateMailMergeOptions method and pass the created RichEditMailMergeOptions instance as a parameter to the Document.MailMerge method.

For more information, refer to Mail Merge.

See Also