IRichEditDocumentServer.MailMerge Method
Name | Parameters | Description |
---|---|---|
Mail |
document | Merges the current document and sends the result to the specified Document. |
Mail |
options, target |
Merges the current document using the specified options, and sends the result to the specified Document. |
Mail |
options, target |
Obsolete. Merges the current document using the specified options and sends the result to the specified Rich |
Mail |
options, stream, format | Merges the current document using the specified options and sends the result to the specified stream in a specified format. |
Mail |
options, file |
Merges the current document using the specified options and sends the result to the specified file in a specified format. |
Mail |
document |
Obsolete. Merges the current document and sends the result to the specified Rich |
Mail |
stream, format | Merges the current document and sends the result to the specified stream in a specified format. |
Mail |
file |
Merges the current document and sends the result to the specified file in a specified format. |