Hi Robert,
In my case the html email can be read in plain text but I still get all
the
tags in html format. For example:
*********before***************
<html>
<head>
<script language="JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document;
if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++)
x=d.forms
[n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++)
x=MM_findObj(n,d.layers.document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
*************************************************
*************after*********************************
<html>
<head>
<script language="JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document;
if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++)
x=d.forms[n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++)
x=MM_findObj(n,d.layers.document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
***************************************************
As you can see, it doesn't change. How do I view this email without the
html
format?
Albert
I receive an occasional email in HTML format, how can I view it in plain
text? Or how can I open up the HTML Email to view it in it's entirety?
If you want to view it in plain text, click on Tools, then Options, then
Read.
If there's a check mark in the box before Read all messages in plain
text,
click on this box and then Apply. Click on OK.
If you prefer to read it in HTML, do the same except only click on the
box if there's no check mark there.