Hi,
I am altering some Java (I’m noob with java) code that writes files to directory then attaches them to a Notes Document. No problems there.
It turns out the structure of the file system changes from server to server (no surprise really). We therefore would like to write the files directly to a richtext field in a Notes Document.
Is it possible to specify a notesrichtext field as a parameter in the FileOutputStream object?
If so what is the syntax?
TIA