A simple and effective email obfuscator written in C#
Pass a plaintext email address in, and it will return an obfuscated email address. Based on the tested methods here: http://superuser.com/questions/235937/does-e-mail-address-obfuscation-actually-work
##Examples##
ObfuscateEmailAddress("[email protected]")
Will return
<span class="emailAddress" style="unicode-bidi:bidi-override; direction: rtl;">moc.elpmaxe<span style="display:none">oof</span>@liame+sserdda_tset</span>
##Limitations##
Will not work for mailto:
links.