ReadToDescendant method
Implementation
void ReadToDescendant(XmlNamespace xmlNamespace, String localName) {
this._xmlReader.ReadToDescendant(
localName, EwsUtilities.GetNamespaceUri(xmlNamespace));
}
void ReadToDescendant(XmlNamespace xmlNamespace, String localName) {
this._xmlReader.ReadToDescendant(
localName, EwsUtilities.GetNamespaceUri(xmlNamespace));
}