Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.ServiceResult
-
Packages that use ServiceResult Package Description microsoft.exchange.webservices.data.core.enumeration.service microsoft.exchange.webservices.data.core.response -
-
Uses of ServiceResult in microsoft.exchange.webservices.data.core.enumeration.service
Methods in microsoft.exchange.webservices.data.core.enumeration.service that return ServiceResult Modifier and Type Method Description static ServiceResultServiceResult. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceResult[]ServiceResult. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ServiceResult in microsoft.exchange.webservices.data.core.response
Methods in microsoft.exchange.webservices.data.core.response that return ServiceResult Modifier and Type Method Description ServiceResultServiceResponseCollection. getOverallResult()Gets a value indicating the overall result of the request that generated this response collection.ServiceResultServiceResponse. getResult()Gets the result associated with this response.
-