Hi all,
We have an application where a part of the functionality is mail merge templates creation and editing for later mail merge execution. For that purpose, we implemented a WebDAV server and use ms-word protocol request.
For mail merge documents we point a mail merge data source to http location (http://host/api/samplemergedata.txt) that contains only headers.
The problem is that this approach does not work on Word for Mac as http data source is just ignored there.
The question is:
Is this by design?
Is there any other way to support remote merge data source for Word on Mac?
Any help is appreciated.