MeetingRequestMessageType.MyResponseTypeSpecified Property

The MyResponseTypeSpecified property gets or sets a Boolean value that specifies whether the MyResponseType property is serialized into the SOAP message. 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 MeetingRequestMessageType
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 message; otherwise, the property returns false.