ResponseMessageType.ResponseCode Property
The ResponseCode property gets the error code that identifies the specific error that the request encountered.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ResponseCode As ResponseCodeType
Get
Set
'Usage
Dim instance As ResponseMessageType
Dim value As ResponseCodeType
value = instance.ResponseCode
instance.ResponseCode = value
public ResponseCodeType ResponseCode { get; set; }
Property Value
Type: ExchangeWebServices.ResponseCodeType
The ResponseCode property returns a ResponseCodeType object.
Remarks
The ResponseCode property will be null unless the ResponseCodeSpecified property is set to true.