Class EwsServiceMultiResponseXmlReader


  • public class EwsServiceMultiResponseXmlReader
    extends EwsServiceXmlReader
    Represents an xml reader used by the ExchangeService to parse multi-response streams, such as GetStreamingEvents.

    Necessary because the basic EwsServiceXmlReader does not use normalization (see E14:60369), and in order to turn normalization off, it is necessary to use an XmlTextReader, which does not allow the ConformanceLevel.Auto that a multi-response stream requires. If ever there comes a time we need to deal with multi-response streams with user-generated content, we will need to tackle that parsing problem separately.