I want to extract ole objects and attachments from notes documents. I can crawl through the obedded-objects-vector ob the richtext-body-item to get all EmbeddedObjects. But I am only able to call the methods extractFile/getInputStream/getReader with attachments. When I call these methods with oleobjects I encounter the folling error:
NotesException: Cannot extract objects or objectlinks
NotesException: Cannot extract objects or objectlinks
Is it not possible to extract those types? This would be a dilemma.