MoreEvents

Last modified: March 16, 2009

Applies to: Exchange Server 2007 | Exchange Server 2010

The MoreEvents element indicates whether there are more events in the queue to be delivered to the client.

<MoreEvents/>

Boolean

Attributes and Elements

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

Attributes

None.

Child Elements

None.

Parent Elements

Element

Description

Notification

Contains information about the subscription and the events that have occurred since the last notification.

Text Value

The text value represents a Boolean value. A value of true indicates that more events are in the queue. A value of false indicates that no more events are in the queue. This property is read-only.

Remarks

In the case of Pull notifications, a true value in this element indicates to the client that another GetEvents request should be issued to get the remaining events. Assuming that the client specifications require minimum latency for event notifications, GetEvents requests should continue in a continuous succession until a falseMoreEvents value is returned.

In the case of Push notifications, a true value for MoreEvents indicates to the client that another notification request will be sent to the client to deliver the remaining events. Similar to Pull notifications, these follow-up requests will continue in continuous succession until the event queue on the Client Access server is empty.

The schema that describes this element is located in the EWS virtual directory of the computer that is running MicrosoftExchange 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