Gavinash A Parboteeah 4.Aug.09 09:33 AM a Web browser Notes Client7.0.2 FP2Linux - SuSE
I need to add an environment notice to all email sent (e.g. Please consider the environment before printing this mail note.)
I can do it by modifying the CoreEmailClasses script library of the mail file, the problem though is I can only insert text without formatting it
Call Me.m_noteUIMemo.InsertText("Please consider the environment before printing this mail note.")
Is there anyway I can format the text before using notesuidocument.InsertText?
I prefer though to add a small picture followed by the text. 1 option is to have a profile document with a richtext field with a .jpg set as default value. How can I set a .jpg as default value (I have the .jpg as shared resources)? I did attach the .jpg in the template file but once I refresh the design of other mail files, the richtext field is empty.
Another option I have is to detach the .jpg to the local drive and then use Call Me.m_noteUIMemo.Import("JPEG Image", "c:\Environment note.jpg") to import it. I wanted to get the .jpg from the shared resources using NotesNoteCollection; but it is not working. Is it possible to get an image from the shared resources?
What other option I have or is what I am trying to do impossible? Any advice will be most welcomed.