Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.ServiceResult

Packages that use ServiceResult
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
static ServiceResult ServiceResult.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
 ServiceResult ServiceResponseCollection.getOverallResult()
          Gets a value indicating the overall result of the request that generated this response collection.
 ServiceResult ServiceResponse.getResult()
          Gets the result associated with this response.
 



Copyright © 2012–2015 Microsoft. All rights reserved.