dim ws as new NotesUiWorkspace
dim doc as notesDocument
dim rt as notesRichTextItem
set doc = ws.currentDocument.Document
ws.currentDocument.editMode = true
set rt = doc.getFirstItem("Body1")
forall x in rt.embeddedObjects
print x.name '--> Filename
call doc.getFirstItem("FeldName1").appendToTextlist( x.name )
end forall
...jedoch Scriptsprachen sind nicht so mein Ding.
Ich möchte, dass sobald ich das attachement (z.B. jpg-datei) ins RTF gestellt habe, im Feld darunter der Filename ringefügt wird.