Hi,
I'm using a vb.net application to
create an email; I'm using Outlook 2010. I include hidden text in the email via below piece of html, which is (as you see) insert just before the body-closetag.
The email is sent,
and the receiver doesn't see the hidden text. So that's oke.
But
when the receiver replies the email, then the hidden text is suddenly visible (already for the receiver).
How
do I prevent this ?
<div style="display:none"><input type="text" id="z" name="z" value=" THIS IS HIDDEN TEXT "</input></div></body></html>
<input <="" id="z" input="" name="z" type="text" value=" THIS IS HIDDEN TEXT " />