2.2.4.5 t:BaseObjectChangedEventType Complex Type

The BaseObjectChangedEventType complex type specifies identification and time stamp details for create, delete, and new mail events. The BaseObjectChangedEventType complex type extends the BaseNotificationEventType complex type, as specified in section 2.2.4.4.

 <xs:complexType name="BaseObjectChangedEventType">
   <xs:complexContent>
     <xs:extension
       base="t:BaseNotificationEventType"
     >
       <xs:sequence>
         <xs:element name="TimeStamp"
           type="xs:dateTime"
          />
         <xs:choice>
           <xs:element name="FolderId"
             type="t:FolderIdType"
            />
           <xs:element name="ItemId"
             type="t:ItemIdType"
            />
         </xs:choice>
         <xs:element name="ParentFolderId"
           type="t:FolderIdType"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

The following table lists and describes the child elements of the BaseObjectChangedEventType complex type.

Element name

Type

Description

TimeStamp

xs:dateTime [XMLSCHEMA2]

Specifies the time stamp of a changed item or folder mailbox event.

FolderId

t:FolderIdType ([MS-OXWSCDATA] section 2.2.4.35)

Specifies a FolderIdType object that identifies the changed store item.

ItemId

t:ItemIdType ([MS-OXWSCORE] section 2.2.4.25)

Specifies an ItemIdType object that identifies the changed store item.

ParentFolderId

t:FolderIdType

Specifies the parent folder identifier of the changed item or folder.