Generating Multiple Form Letters


The VB.NET and C# MailMerge samples demonstrate generating multiple form letters by calling WordWriter in a loop. Each sample includes a Web form and a "code behind" page. The data source for each letter is a database record that populates each letter with unique recipient information. To run either sample:

  1. Click Run Sample.

  2. Check several Mail to check boxes.

  3. Click Generate documents. WordWriter will generate form letters for each of the names checked. A list of links to each recipient's letter will be displayed.

  4. To view a letter, click the recipient's link.

VB.NET Example
C# Example


Copyright © 2003, SoftArtisans, Inc.