Hey,
I’m having a problem getting a full MergeFields collection using the following method on the attached document.
ICollection<string> fields = srcDoc.MailMerge.GetFieldNames();
I got only 56 merge fields instead of 300+.
In version 4.0 its OK and now when we are testing the new version 6.5 we see the problem.
Thanks