AppointmentState

The AppointmentState element specifies the status of the appointment.

<AppointmentState/>

int

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

None.

Parent elements

Element Description
CalendarItem
Represents an Exchange calendar item.
MeetingRequest
Represents a meeting in the Exchange store.

Text value

This element contains a text value that represents set bits. This is in integer form. This element is read-only. It will only be returned in a response.

Remarks

The integer value that is returned represents the appointment state bitmask. The following table describes each bit.

Name Bit Description
None
0x0000
No flags have been set. This is only used for an appointment that does not include attendees.
Meeting
0x0001
This appointment is a meeting.
Received
0x0002
This appointment has been received.
Canceled
0x0004
This appointment has been canceled.

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema name
Types schema
Validation file
Types.xsd
Can be empty
False

See also