I have a Notes database containing documents having attachments such as Word, Xcel, and PDF files. Anybody know how I can pull the attachments from a given document and put it on my desktop?
Subject: RE: How Do I Copy Attachments
As an end user, you can do this using the attachment menu to “save all” to a selected folder.
As a developer, you can write LotusScript code using the NotesEmbeddedObject class, of which there are good examples in the Designer help.