I’m trying to create an agent that will grab certain e-mails from my inbox (these are e-mails of text files sent from an AIX box), and evaluate the text of the body line by line, grab some information and put it into a new document for further processing. I can’t find any reference in richtextnavigator to going to a specific line, or even getting the first line for that matter.
Subject: found the solution: write to notesstream
writing my text to a notestream object looks to be the answer.