iNotes 9 Web mail Full Mode Html Content

Dear All,

I have a problem on getting my iNotes webmail to display my email content that contain HTML in Full Mode. I am able to display the content in Ultra-Lite mode but not in Full mode. Does any gurus out there knows what setting I am missing. All Full-mode display with “Additional HTML Attached, type: text/html” as attached. Can anyone shed some lights ?

Attach is the image I have capture

Subject: couple ini settings to try

–ini to allow pass-thru html for inotes
iNotes_WA_AllowPassThruHtml=1
http://www-01.ibm.com/support/docview.wss?uid=swg21258762 http://www-01.ibm.com/support/docview.wss?uid=swg21258762

–ini settings to tweak / disable inotes security feature that can prevent direct opening of attachments

Lotus iNotes whitelist for file attachments
In order to prevent direct opening of attachments that may contain harmful content, a content-disposition header has been added that instructs the browser to save the file attachment rather than opening it directly. The downside of this is that attachments of known file types (jpg, pdf, and so on) that would have opened now requires additional steps for the customer. A white list mechanism has been implemented using two NOTES.INI variables to allow customers to specify file types that should not receive this handling.

iNotes_WA_Sec_AttachCDHeader
If set to 0, turns off the header setting.
If set to 1 (default), sets the header for all file types except those in the whitelist, plus (if the user-agent indicates Mobile and Safari) .bmp, .gif, .jpg, and text, plus (if the user-agent indicates Mobile and Safari and Android) the extensions already listed, plus .csv, .doc, .pdf, .ppt, and .xls.
If set to 2, sets the header for all file types except those in the whitelist. This allows device browsers to open the default file types in cases where either the notes.ini value is set to 1, or is not set at all. In this case, both the default four file types and those entered in the notes.ini file are used.
iNotes_WA_Sec_AttachCDWhiteList

Specifies a comma-delimited list of attachment types to allow opening directly, for example, iNotes_WA_Sec_AttachCDWhiteList=jpg,pdf,gif

http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=%2Fcom.ibm.help.domino.admin85.doc%2F___whatsnewinibmlotusdomino853.html http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=%2Fcom.ibm.help.domino.admin85.doc%2F___whatsnewinibmlotusdomino853.html