I am trying to add text to the form fields of a protected word document in c#. However, when i try to add the text, I get an error about the selection being protected.
The formfield has a bookmark name of "From_Address", and when I turn off the document protection I can insert the text without a problem.
I think I am accessing the form field incorrectly, since the inserted text seems to replace the form field rather than being inserted into it. Any help someone could provide on the CORRECT way to access and add inner text to form fields would be greatly appreciated.