AppointmentState

Topic Last Modified: 2007-10-04

The AppointmentState element specifies the status of the appointment.

Syntax

<AppointmentState/>

Type

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.

Forward

0x0008

This appointment was forwarded.

The schema that describes this element is located in the EWS virtual directory of the computer that is running Microsoft Exchange Server 2007 that has the Client Access server role installed.

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

Exchange Web Services XML Elements