I have an asp.net / C# page which takes a comment, and then emails that comment. Sometimes when the user enters "&" in the comment, the comment is being truncated. So for example if the comment is "test & test" the email only sends out "test ".
I have tried HttpUtility.HtmlEncode - but it looks like the issue is on the outlook side and not on the C# side.