/ Forums / Advansys Formativ / Creating Solutions with Formativ / Retrieving HTML content of a message / Reply To: Retrieving HTML content of a message

#8037
Support 3
Participant

    Unfortunately, no GroupWise API’s available to read the HTML content of a message. We have requested this API to Novell.

    In the meantime, you will need to read the “TEXT.htm” attachment to extract the HTML format of the message. Note that, some case the message may contains the “Mime.822” not the “TEXT.htm”. In that case, you have to parse the Mime.822 file to extract the HTML part.

    In Formativ, the Utilities object provides a large number of generic methods and properties. You can use the methods to simplify coding. See the Formativ Language guide for more information. Example:

    – utilities.ExtractMIMEContent
    – utilities.LoadStringFromFile
    – utilities.DecodeQuotedPrintable

    In a separate note, you can try to save the message to disk. See the post for more information.

    Regards,
    Advansys Support