When I try to use the GetCopy method from IManDocument I get the following error message:
"[NRTDocument][Document is readonly ]Access is denied."
Even though I am the author of the document that I am trying to get a copy of.
I am calling GetCopy like this:
doc.GetCopy(
@C:\temp, imGetCopyOptions.imNativeFormat);
where doc is the IManDocument.
Am I doing something wrong here? Also does GetCopy allow me to get copies of documents that I only have read access to?
thanks in advance.