Can I get access to Lotus Notes embedded files without actually extracting them?
问题 I'm working on a way of programatically accessing a Lotus Notes database to gather information on embedded attachments of records over a given period. My goal is to find records over a given period, then use Apache-POI to get metadata about document size, character count, etc. The POI part works fine, and so far, I've been able to access the Lotus Notes records thanks to this help: lotus notes search by date with Java api and this answer also shows me how to download/copy the attachments: How