Hi
I am simply creating a Word template that has a couple of merge fields in Word. The data on one of the merge fields is an email address. I am using a simple string array to populate the template using MailMerge.Execute(fieldNames, fieldValues).
This works.
Now I want the generated file to have the email address to be clickable, and to show the email address as the visible text .. the equivalent of HTML <a rel='nofollow' href="mailto:a@a.com">a@a.com</a>
How can this be done? I did see https://www.syncfusion.com/forums/128620/keep-hyperlinks-on-mailmerging but its not quite the same or explained.
Thanks