CalendarItemType.MyResponseTypeSpecified Property
The MyResponseTypeSpecified property gets or sets a Boolean value that specifies whether the MyResponseType property is serialized into the SOAP request. This property is required if the MyResponseType property is specified.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property MyResponseTypeSpecified As Boolean
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As Boolean
value = instance.MyResponseTypeSpecified
instance.MyResponseTypeSpecified = value
public bool MyResponseTypeSpecified { get; set; }
Property Value
Type: System.Boolean
The MyResponseTypeSpecified property returns true if the MyResponseType property is serialized into the SOAP request; otherwise, the property returns false.
See Also