1
Answer

How To Make Table Hide in all Email Client Using CSS

I have write this way pass div in email html body using C# code  

"<div 
    style='display:none !important; 
    visibility:hidden; opacity:0; color:transparent; 
    height:0; width:0; mso-hide:all; line-height:0px; 
    font-size:0px'>
    DATA
</div>" 
 
but it not working if you know another way ..
Answers (1)