AppointmentState

Last modified: August 14, 2014

Applies to: Exchange Server 2007 | Exchange Server 2010

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 of the Client Access server.

Element Information

Namespace

https://schemas.microsoft.com/exchange/services/2006/types

Schema name

Types schema

Validation file

Types.xsd

Can be empty

False

See Also

Other Resources