MailMerger
Contents
[
Hide
]MailMerger class
Provides methods intended to fill template with data using simple mail merge and mail merge with regions operations.
public static class MailMerger
Methods
Name | Description |
---|---|
static Execute(string, string, DataRow) | Performs mail merge from a DataRow into the document. |
static Execute(string, string, DataTable) | Performs mail merge from a DataTable into the document. |
static Execute(Stream, Stream, SaveFormat, DataRow) | Performs a mail merge operation for a single record. |
static Execute(Stream, Stream, SaveFormat, DataTable) | Performs a mail merge operation for a single record. |
static Execute(string, string, SaveFormat, DataRow) | Performs mail merge from a DataRow into the document. |
static Execute(string, string, SaveFormat, DataTable) | Performs mail merge from a DataRow into the document. |
static Execute(string, string, string[], object[]) | Performs a mail merge operation for a single record. |
static Execute(Stream, Stream, SaveFormat, MailMergeOptions, DataRow) | Performs a mail merge operation for a single record. |
static Execute(Stream, Stream, SaveFormat, MailMergeOptions, DataTable) | Performs a mail merge operation for a single record. |
static Execute(Stream, Stream, SaveFormat, string[], object[]) | Performs a mail merge operation for a single record. |
static Execute(string, string, SaveFormat, MailMergeOptions, DataRow) | Performs mail merge from a DataRow into the document. |
static Execute(string, string, SaveFormat, MailMergeOptions, DataTable) | Performs mail merge from a DataRow into the document. |
static Execute(string, string, SaveFormat, string[], object[]) | Performs a mail merge operation for a single record. |
static Execute(Stream, Stream, SaveFormat, MailMergeOptions, string[], object[]) | Performs a mail merge operation for a single record. |
static Execute(string, string, SaveFormat, MailMergeOptions, string[], object[]) | Performs a mail merge operation for a single record. |
static ExecuteWithRegions(string, string, DataSet) | Performs mail merge from a DataSet into a document with mail merge regions. |
static ExecuteWithRegions(string, string, DataTable) | Performs mail merge from a DataTable into the document with mail merge regions. |
static ExecuteWithRegions(Stream, Stream, SaveFormat, DataSet) | Performs mail merge from a DataTable into the document with mail merge regions. |
static ExecuteWithRegions(Stream, Stream, SaveFormat, DataTable) | Performs mail merge from a DataTable into the document with mail merge regions. |
static ExecuteWithRegions(string, string, SaveFormat, DataSet) | Performs mail merge from a DataTable into the document with mail merge regions. |
static ExecuteWithRegions(string, string, SaveFormat, DataTable) | Performs mail merge from a DataTable into the document with mail merge regions. |
static ExecuteWithRegions(Stream, Stream, SaveFormat, MailMergeOptions, DataSet) | Performs a mail merge operation for a single record. |
static ExecuteWithRegions(Stream, Stream, SaveFormat, MailMergeOptions, DataTable) | Performs a mail merge operation for a single record. |
static ExecuteWithRegions(string, string, SaveFormat, MailMergeOptions, DataSet) | Performs mail merge from a DataTable into the document with mail merge regions. |
static ExecuteWithRegions(string, string, SaveFormat, MailMergeOptions, DataTable) | Performs mail merge from a DataTable into the document with mail merge regions. |
See Also
- namespace Aspose.Words.LowCode
- assembly Aspose.Words