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

RichEditMailMergeOptions Class

Contains common mail merge options.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public class RichEditMailMergeOptions :
    RichEditNotificationOptions

Remarks

To set options for the specific mail merge process, call the Document.CreateMailMergeOptions method and pass the created MailMergeOptions instance as a the MailMerge method parameter.

See Also