Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • .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.