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

Packages that use ResponseMessageType
microsoft.exchange.webservices.data.core.enumeration.service   
microsoft.exchange.webservices.data.core.service.response   
 

Uses of ResponseMessageType in microsoft.exchange.webservices.data.core.enumeration.service
 

Methods in microsoft.exchange.webservices.data.core.enumeration.service that return ResponseMessageType
static ResponseMessageType ResponseMessageType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResponseMessageType[] ResponseMessageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ResponseMessageType in microsoft.exchange.webservices.data.core.service.response
 

Methods in microsoft.exchange.webservices.data.core.service.response that return ResponseMessageType
 ResponseMessageType ResponseMessage.getResponseType()
          Gets a value indicating the type of response this object represents.
 

Constructors in microsoft.exchange.webservices.data.core.service.response with parameters of type ResponseMessageType
ResponseMessage(Item referenceItem, ResponseMessageType responseType)
          Initializes a new instance of the class.
 



Copyright © 2012–2015 Microsoft. All rights reserved.