I’m looking for a way to format the newsletter data when using the Notes Newsletter class in lotuscript. When using a simple action (prior versions) the content of the newsletter summary was based on a chosen view. I like using lotuscript for this but the Courier text looks ugly. Can this be controlled?
Subject: Can the font be changed when using the Notes Newsletter class with FormatMsgWithDoclinks?
Not easily no. What I haven’t tried is getting a handle on the “Body” rich text item of a newsletter document, and seeing if you could apply a style – you could attempt that.
In the past I’ve used a user-defined class instead of a NotesNewsletter class. More work, but it looks a lot better!
Subject: RE: Can the font be changed when using the Notes Newsletter class with FormatMsgWithDoclinks?
Ben -
Thanks for your response. Unfortunately not what I was hoping to hear. I tried some things using RichTextStyle without success. I was really just looking to quickly update an existing simple action agent with some additional functionality (cc & bcc options). I didn’t anticipate that this would become a project.