Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
When designing a picture filtering application (to remove logo pictures from a mails into a helpdesk mailbox but preserve the screenshots) I noticed unstable behaviour when reusing objects of type NotesStream, NotesDXLExporter, NotesDXLImporter and NotesDomparser. When rewritten to recreate the needed objects for each document, stability returned.
The objects where isolated in a Sub which was called for each document, and only initialized inside that Sub. This worked great!
That code is useful, but using streaming to bring it in limits it when e.g. running on a batch of documents - stream has an undocumented memory leak that will crash after ~40-80 docs
There is a way to do it using Mime: https://www.grange.com.br/posts/lotusscript-code-to-embed-a-picture-into-a-notes-richtext-item/
But I agree, it should be easier.