#7094
Support 1a
Participant

    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