/ Forums / Advansys Formativ / Creating Solutions with Formativ / Background Picture in Message Area / Reply To: Background Picture in Message Area
January 13, 2005 at 10:25 pm
#7094
Given an active HTML message view, two suggestions come to mind:
Some suggestions…
1) Copy the html contents into clipboard and later paste into message
Utilities.CopyHTMLToClipboard("<HTML><BODY background=C:imagesrosebouquetbg.jpg></BODY></HTML>") call groupwise.focusset(fcsMessage, "") GroupWise.EditPaste
2) Use the HTMLDom to update the message
Utilities.IHTMLDocumentFromView(oDocument)
See the Developers Guide for more details on this approach.
Regards,
Advansys Support