public static void Main()
<META name=GENERATOR content=""MSHTML 11.00.9600.19230""></HEAD>
<P><STRONG>Booking guidance</STRONG></P>
<LI>Select the required appointment type</LI>
<LI>Select the required date and time</LI></OL></BODY></HTML>";
var htmlDoc = new HtmlDocument();
var node = htmlDoc.DocumentNode.SelectSingleNode("//body");
Console.WriteLine(node.InnerText);