I am trying to get all my outlook calendar appointments and meeting using EWS. All appointment are retrieved and I find a property Appointment.AppointmentState having different integer values for each item like (0,3,7).
I need to know, what are all the possible values and their description.
I have gone through this link https://docs.microsoft.com/en-us/exchange/client-developer/web-service-reference/appointmentstate , but need more information.