Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The NotificationEventTypeType simple type specifies the event types that are reported in a notification.
-
<xs:simpleType name="NotificationEventTypeType"> <xs:restriction> <xs:enumeration value="CopiedEvent" /> <xs:enumeration value="CreatedEvent" /> <xs:enumeration value="DeletedEvent" /> <xs:enumeration value="ModifiedEvent" /> <xs:enumeration value="MovedEvent" /> <xs:enumeration value="NewMailEvent" /> <xs:enumeration value="FreeBusyChangedEvent" /> </xs:restriction> </xs:simpleType>
The following table lists and describes the values that are defined by the NotificationEventTypeType simple type.
Value name |
Meaning |
---|---|
CopiedEvent |
The notification is a copied event. |
CreatedEvent |
The notification is a created event. |
DeletedEvent |
The notification is a deleted event. |
ModifiedEvent |
The notification is a modified event. |
MovedEvent |
The notification is a moved event. |
NewMailEvent |
The notification is a new mail event. |
FreeBusyChangedEvent |
The notification is a free/busy changed event.<13> |