Skip to main content
A newer version of this page is available.
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

SnapDocumentServer.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 Snap Report API.
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 Snap Report API.
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.