XmlElement updateRecipient = doc.CreateElement(\"UpdateRecipient\"); XmlElement email = doc.CreateElement(\"EMAIL\"); XmlElement listID =
Thought you could reuse an existing element over again but you can't..