ResponseMessageType.ResponseCode Property

Definition

The ResponseCode property gets the error code that identifies the specific error that the request encountered.

public:
 property ExchangeWebServices::ResponseCodeType ResponseCode { ExchangeWebServices::ResponseCodeType get(); void set(ExchangeWebServices::ResponseCodeType value); };
public ExchangeWebServices.ResponseCodeType ResponseCode { get; set; }
Public Property ResponseCode As ResponseCodeType

Property Value

The ResponseCode property returns a ResponseCodeType object.

Remarks

The ResponseCode property will be null unless the ResponseCodeSpecified property is set to true.

Applies to