ResponseMessageType.ResponseCodeSpecified Property

The ResponseCodeSpecified property gets a Boolean value that specifies whether the ResponseCode property is serialized into the SOAP response.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property ResponseCodeSpecified As Boolean
    Get
    Set
'Usage
Dim instance As ResponseMessageType
Dim value As Boolean

value = instance.ResponseCodeSpecified

instance.ResponseCodeSpecified = value
public bool ResponseCodeSpecified { get; set; }

Property Value

Type: System.Boolean
The ResponseCodeSpecified property returns a value of true if the ResponseCode property is serialized into the SOAP response; otherwise, the property returns false.