Skip to main content

IRichEditDocumentServer.MailMerge(MailMergeOptions, IRichEditDocumentServer) Method

OBSOLETE

This method has become obsolete. Use another MailMerge method overload with appropriate parameters instead.

Merges the current document using the specified options and sends the result to the specified RichEditDocumentServer instance.

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[Obsolete("This method has become obsolete. Use another MailMerge method overload with appropriate parameters instead.")]
void MailMerge(
    MailMergeOptions options,
    IRichEditDocumentServer targetDocumentServer
)

Parameters

Name Type Description
options MailMergeOptions

A MailMergeOptions interface exposing options for the current merge.

targetDocumentServer IRichEditDocumentServer

An object implementing the IRichEditDocumentServer interface, such as the IRichEditDocumentServer or the RichEditControl instance.

Remarks

Use this method to further process the resulting document in the IRichEditDocumentServer

The RichEditControl.CalculateDocumentVariable event is raised for the object with the IRichEditDocumentServer interface, passed as an argument to the MailMerge method.

See Also