Question : Incoming e-mails being stripped

I am using outlook 2007 based off of a exchange 2003 server. My counterparts are using outlook 2003 exchange Server is unknown at the moment. All of the mail they are sending from their domain to any user on our domain the body is getting wiped out. We are using IsaServer 2004 and the SMTP filtering is disabled. If you reply to the message it is still blank. Although we can receive and open attachments from them. I have checked the setting for the stationary and it is set to auto (black) and read all emails in plain text. They are having no issues with email they receive from us, and we have no other issues with any other emails received. I am somewhat thinking this maybe be a problem between servers. I have checked in the System manager on the exchange server and it is set to provide plain text as body in MIME setting, and to never exchange rich text format. I do not know where to go from here.

Answer : Incoming e-mails being stripped

Hi,

Very simple.

Let's assume that you just want to show the div1 and not div2 and div3. Similarly for the rest of the scenarios.

                document.getElementById("div1").style.display = 'block';
                document.getElementById("div2").style.display = 'none';
                document.getElementById("div3").style.display = 'none';

Thanks
David
Random Solutions  
 
programming4us programming4us