MeetingRequestMessageType.AppointmentState Property
The AppointmentState property gets or sets the status of an appointment.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property AppointmentState As Integer
Get
Set
'Usage
Dim instance As MeetingRequestMessageType
Dim value As Integer
value = instance.AppointmentState
instance.AppointmentState = value
public int AppointmentState { get; set; }
Property Value
Type: System.Int32
The AppointmentState property returns the status of an appointment.
See Also