Share via


MeetingRequestMessageType.AppointmentStateSpecified Property

The AppointmentStateSpecified property gets or sets a Boolean value that indicates whether the AppointmentState property is serialized into the SOAP message. This property is required if the AppointmentState property is specified.

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

Syntax

'Declaration
Public Property AppointmentStateSpecified As Boolean
    Get
    Set
'Usage
Dim instance As MeetingRequestMessageType
Dim value As Boolean

value = instance.AppointmentStateSpecified

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

Property Value

Type: System.Boolean
The AppointmentStateSpecified property returns true if the AppointmentState property is serialized in the SOAP message; otherwise, the property returns false.