Notification
Last modified: September 24, 2010
Applies to: Exchange Server 2007 | Exchange Server 2010
The Notification element contains information about the subscription and the events that have occurred since the last notification.
<Notification>
   <SubscriptionId/>
   <PreviousWatermark/>
   <MoreEvents/>
   <CopiedEvent/>
</Notification>
<Notification>
   <SubscriptionId/>
   <PreviousWatermark/>
   <MoreEvents/>
   <CreatedEvent/>
</Notification>
<Notification>
   <SubscriptionId/>
   <PreviousWatermark/>
   <MoreEvents/>
   <DeletedEvent/>
</Notification>
<Notification>
   <SubscriptionId/>
   <PreviousWatermark/>
   <MoreEvents/>
   <ModifiedEvent/>
</Notification>
<Notification>
   <SubscriptionId/>
   <PreviousWatermark/>
   <MoreEvents/>
   <MovedEvent/>
</Notification>
<Notification>
   <SubscriptionId/>
   <PreviousWatermark/>
   <MoreEvents/>
   <NewMailEvent/>
</Notification>
<Notification>
   <SubscriptionId/>
   <PreviousWatermark/>
   <MoreEvents/>
   <StatusEvent/>
</Notification>
<Notification>
   <SubscriptionID/>
   <PreviousWatermark/>
   <MoreEvents/>
   <FreeBusyChangedEvent/>
</Notification>
NotificationType
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
| Element | Description | 
|---|---|
| Represents the identifier for a subscription. | |
| Represents the watermark of the latest event that was successfully communicated to the client for the subscription. | |
| Indicates whether there are more events in the queue to be delivered to the client. | |
| Represents an event in which an item or folder is copied. | |
| Represents an event in which an item or folder is created. | |
| Represents an event in which an item or folder is deleted. | |
| Represents an event in which an item or folder is modified. | |
| Represents an event in which an item or folder is moved from one parent folder to another parent folder. | |
| Represents an event that is triggered by a new mail item in a mailbox. | |
| Represents a notification that no new activity has occurred in the mailbox. | |
| Represents an event in which an item’s free/busy time has changed. | 
Parent Elements
| Element | Description | 
|---|---|
| Contains the status and result of a single GetEvents request. | |
| Contains the status and result of a single SendNotification request. | 
Text Value
None.
Remarks
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