RichEditControl.MailMerge Method
Name | Parameters | Description |
---|---|---|
Mail |
document | Merges data to the current document and sends the result to the specified Document instance. |
Mail |
options, target |
Merges data to the current document and sends the result to the specified Document instance. Allows you to set the mail merge options. |
Mail |
options, target |
Obsolete. Merges data to the current document using the specified options and sends the result to the specified Rich |
Mail |
options, stream, format | Merges data to the current document and sends the result in the specified format to a stream. Allows you to set mail merge options. |
Mail |
options, file |
Merges data to the current document and saves the result to a file in the specified format. Allows you to set mail merge options. |
Mail |
document |
Obsolete. Merges data to the current document and sends the result to the specified Rich |
Mail |
stream, format | Merges data to the current document and sends the result in the specified format to a stream. |
Mail |
file |
Merges data to the current document and sends the result to the a file in the specified format. |