InvalidRecipientType.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 InvalidRecipientResponseCodeType
Get
Set
'Usage
Dim instance As InvalidRecipientType
Dim value As InvalidRecipientResponseCodeType
value = instance.ResponseCode
instance.ResponseCode = value
public InvalidRecipientResponseCodeType ResponseCode { get; set; }
Property Value
Type: ExchangeWebServices.InvalidRecipientResponseCodeType
The value of the ResponseCode property is one of the InvalidRecipientResponseCodeType enumeration values.
See Also