Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapDocument.SnapMailMerge Method

    Name Parameters Description
    SnapMailMerge(SnapDocument) document Starts rendering the specified mail-merge document.
    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, 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.