Hello. I’ve been working on a remote java routine that uses the Domino Factory classes from ncso.jar to access a user’s mail file and send an e-mail notification to other users. My problem is that I have to specify the form in the external program and it appears Domino stores the form with the mail memo…creating a >= 220k memo and “cannot load subform on saved form” error when the recipient opens it. If I don’t specify the form in the java program, it throws a lotus.domino.NotesException…so I’m caught in the proverbial rock-hard place. Has anybody messed around with this? Thank you very much for reading this.
Subject: Nevermind
I had the store form argument on the send method set to true. duh. Thank you anyway, I hope this saves time for somebody in the future.