CalendarItemType.AppointmentState Property

The AppointmentState property gets or sets an integer value that specifies the status of the appointment.

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

Syntax

'Declaration
Public Property AppointmentState As Integer
    Get
    Set
'Usage
Dim instance As CalendarItemType
Dim value As Integer

value = instance.AppointmentState

instance.AppointmentState = value
public int AppointmentState { get; set; }

Property Value

Type: System.Int32
The AppointmentState property returns an integer value that specifies the status of the appointment.