Extracting Attachments from Domino
Ever wondered how you can extract attachments programmatically from domino? Especially Notes V3 Style attachments, who are not bound to a richtext field, causing trouble.
Use the code below to retrieve all attachments bound to either a document or a richtext field using the domino Java API. This one works in a local agent and also remote on a DIIOP call.
Am 8. Juni 2007 um 17:41 Uhr
[...] have a look here [more…] [...]
Am 13. Juni 2007 um 10:43 Uhr
[...] showed you, how to extract attachments from domino documents. Now I would like to introduce you, how you [...]