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.
|