August 27. 19:19 -  Bingo - A professional game for old people.

Using the mailto protocol in .NET (dotnet)

November 22, 2006 10:24 by docbliny

Quick tip: Need to properly encode a mailto: link?

Just use 

Uri.EscapeUriString().

This takes care of %, &, space, and even linefeeds (make sure you use "\r\n", see RFC2368)