Hi there,
I have a question. What is the difference between doc.MailMerge.Execute() method and doc.MailMerge.ExecuteWithRegions() ? Why Execute() methods trigger the MergeField event and ExecuteWithRegions() does not.
How can I run ExecuteWithRegions() with an event like MergeField triggered ?
Thanks.