I am working on Lotus Notes and I have a document that contains multiple files attached to it. Every attached file has a $File field in back end. I need to have attributes of $File field. Please let me know how can I get attributes of $File field of lotus notes document?
Share
You can get that information using the NotesEmbeddedObject class. Here’s an example from the docs:
The NotesEmbeddedObject class has properties you can use or you could presumably extract the file and access it from the file system to get more information.