How to get rid of HTML-tags in a message?
See the question and my original answer on StackOverflowYou can use Html Agility Pack to parse Html and strip out what you want. There are a lot of information on SO about it, for example: How to use HTML Agility pack