Uses of Class
microsoft.exchange.webservices.data.misc.SoapFaultDetails
-
Packages that use SoapFaultDetails Package Description microsoft.exchange.webservices.data.core.request microsoft.exchange.webservices.data.core.response microsoft.exchange.webservices.data.misc -
-
Uses of SoapFaultDetails in microsoft.exchange.webservices.data.core.request
Methods in microsoft.exchange.webservices.data.core.request that return SoapFaultDetails Modifier and Type Method Description protected SoapFaultDetailsServiceRequestBase. readSoapFault(EwsServiceXmlReader reader)Reads the SOAP fault. -
Uses of SoapFaultDetails in microsoft.exchange.webservices.data.core.response
Constructors in microsoft.exchange.webservices.data.core.response with parameters of type SoapFaultDetails Constructor Description ServiceResponse(SoapFaultDetails soapFaultDetails)Initializes a new instance. -
Uses of SoapFaultDetails in microsoft.exchange.webservices.data.misc
Methods in microsoft.exchange.webservices.data.misc that return SoapFaultDetails Modifier and Type Method Description static SoapFaultDetailsSoapFaultDetails. parse(EwsXmlReader reader, XmlNamespace soapNamespace)Parses the.
-