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

SnapControl.SnapMailMerge Method

Name Parameters Description
SnapMailMerge(SnapDocument) document Starts rendering the specified mail-merge document.
SnapMailMerge(ISnapDocumentServer) documentServer Obsolete. Obsolete. Starts rendering a mail-merge document and saving it to the specified SnapDocumentServer.
SnapMailMerge(SnapMailMergeExportOptions, SnapDocument) options, targetDocument Starts rendering a mail-merge document based on the applied export options and saving it to the specified target document.
SnapMailMerge(SnapMailMergeExportOptions, ISnapDocumentServer) options, targetDocumentServer Obsolete. Obsolete. Starts rendering a mail-merge document based on the applied export options and saving it to the specified SnapDocumentServer.
SnapMailMerge(SnapMailMergeExportOptions, Stream, DocumentFormat) options, stream, format Starts rendering a mail-merge document based on the applied export options and saving it to a stream in the specified format.
SnapMailMerge(SnapMailMergeExportOptions, String, DocumentFormat) options, fileName, format Starts rendering a mail-merge document based on the applied export options and saving it to a file in the specified format.
SnapMailMerge(Stream, DocumentFormat) stream, format Starts rendering a mail-merge document and saving it to a stream in the specified format.
SnapMailMerge(String, DocumentFormat) fileName, format Starts rendering a mail-merge document and saving it to a file in the specified format.