Skip to main content
A newer version of this page is available.

SnapControl.SnapMailMerge(SnapMailMergeExportOptions, ISnapDocumentServer) Method

OBSOLETE

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

Obsolete. Starts rendering a mail-merge document based on the applied export options and saving it to the specified SnapDocumentServer.

Namespace: DevExpress.Snap

Assembly: DevExpress.Snap.v19.1.dll

Declaration

[Browsable(false)]
[Obsolete("This method has become obsolete. Use another SnapMailMerge method overload with appropriate parameters instead.")]
public void SnapMailMerge(
    SnapMailMergeExportOptions options,
    ISnapDocumentServer targetDocumentServer
)

Parameters

Name Type Description
options SnapMailMergeExportOptions

An object implementing the SnapMailMergeExportOptions interface.

targetDocumentServer DevExpress.Snap.Core.Native.ISnapDocumentServer

A SnapDocumentServer object.

See Also