Hi,
I am trying to provide functionality that will allow a document to be downloaded via a web application.
I have a method that returns IManDocument[] which is working nicely, but I was wondering if there is a way to get the underlying data (bytes)?
Worth mentioning: we are using the COM objects, not web services.