I manage to extract only the "to" and "thank" tag with the following code:
Code:
to = node.Attributes.GetNamedItem("to").Value
thank = node.ChildNodes.Item(1).InnerText
Can anybody help me to get the suggestion and doing attributes...

Thanks