We have an application running a scheduled agent that revalidates user IDs. The notes sent to the user must be in a specific format. I created a custom form in the specific format. The agent populates the form and sends it, storing the form in the document so it will display properly to the user with no problem.
However, the server environment where the application resides and the agent runs will not allow “stored forms” in mail sent.
How can I create the customized note and then copy the it, with all of it’s formatting in tact, to the Body field of the standard “Memo” form all users have on their client from the scheduled agent?
I’ve looked at Compose/Copy/Paste, but these are all for NotesUIDocuments not NotesDocument.
Thank You.