Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.ResponseMessageType
-
Packages that use ResponseMessageType Package Description 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 Modifier and Type Method Description static ResponseMessageTypeResponseMessageType. 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 Modifier and Type Method Description ResponseMessageTypeResponseMessage. 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 Constructor Description ResponseMessage(Item referenceItem, ResponseMessageType responseType)Initializes a new instance of the class.
-