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 ModifiedEventType complex type specifies an event in which an item or folder is modified. The ModifiedEventType complex type extends the BaseObjectChangedEventType complex type, as specified in section 2.2.4.5.
-
<xs:complexType name="ModifiedEventType"> <xs:complexContent> <xs:extension base="t:BaseObjectChangedEventType" > <xs:sequence> <xs:element name="UnreadCount" type="xs:int" minOccurs="0" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists and describes the child elements of the ModifiedEventType complex type.
Element name |
Type |
Description |
---|---|---|
UnreadCount |
xs:int [XMLSCHEMA2] |
Specifies the count of unread items in a particular folder.<3> |