ResponseMessageType.ResponseCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.