ResponseMessageType.ResponseClass Property
The ResponseClass property gets the response status.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ResponseClass As ResponseClassType
Get
Set
'Usage
Dim instance As ResponseMessageType
Dim value As ResponseClassType
value = instance.ResponseClass
instance.ResponseClass = value
public ResponseClassType ResponseClass { get; set; }
Property Value
Type: ExchangeWebServices.ResponseClassType
The ResponseClass property returns a ResponseClassType object.
See Also