CalendarItemType.AppointmentStateSpecified Property
The AppointmentStateSpecified property gets or sets a Boolean value that specifies whether the AppointmentState property is serialized into the SOAPrequest. 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 CalendarItemType
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 into the SOAP request; otherwise, the property returns false.
See Also