Hello.
I have two scheduled agents written in LS that both send internal emails. They both are saved in the same Notes application and both are configured to run from the same server. They both contain the following line…
richStyle.NotesFont = rtitem3.GetNotesFont(“Arial”, True)
However, when I receive the emails sent by the two agents, only one of them is displayed using the Arial font. The other is displayed using default monospace. What are some things I should check to troubleshoot this?
Thanks!