I'm doing some "mail merging" with regions ('MERGEFIELD TableStart:MyTableName and TableEnd:MyTableName).
Some of the data columns from the database have HTML codes and are simply inserted into the mergefields as text when I perform the merge ( doc.MailMerge.ExecuteWithRegions(dt) ).
Is it possible somehow to have the HTML data from selected columns (in the datatable dt) inserted into the mergefields as formatted HTML (so that the database column content "heading" will appear as heading and and as heading in the final word document?
...or will I need to do the mail merging differently?
/Morten