MailMerge(String, Document)
static
|
extensionName, document
|
Initializes the mail merge process and generates the resulting document containing the merged information.
|
MailMerge(String, MailMergeOptions, Document)
static
|
extensionName, mailMergeOptions, document
|
Initializes the mail merge process and generates the resulting document containing the merged information.
|
MailMerge(String, MailMergeOptions, Stream, DocumentFormat)
static
|
extensionName, mailMergeOptions, stream, documentFormat
|
Initializes the mail merge process and generates the resulting document containing the merged information.
|
MailMerge(String, MailMergeOptions, String, DocumentFormat)
static
|
extensionName, mailMergeOptions, fileName, documentFormat
|
Initializes the mail merge process and generates the resulting document containing the merged information.
|
MailMerge(String, Stream, DocumentFormat)
static
|
extensionName, stream, documentFormat
|
Initializes the mail merge process and generates the resulting document containing the merged information.
|
MailMerge(String, String, DocumentFormat)
static
|
extensionName, fileName, documentFormat
|
Initializes the mail merge process and generates the resulting document containing the merged information.
|