3.1.4.2.3.6 m:SyncFolderItemsResponseMessageType Complex Type

msdn link

The SyncFolderItemsResponseMessageType complex type specifies the status and results of a single call to the SyncFolderItems operation (section 3.1.4.2). The SyncFolderItemsResponseMessageType complex type extends the ResponseMessageType complex type ([MS-OXWSCDATA] section 2.2.4.65).

 <xs:complexType name="SyncFolderItemsResponseMessageType">
   <xs:complexContent>
     <xs:extension
       base="m:ResponseMessageType"
     >
       <xs:sequence>
         <xs:element name="SyncState"
           type="xs:string"
           minOccurs="0"
          />
         <xs:element name="IncludesLastItemInRange"
           type="xs:boolean"
           minOccurs="0"
          />
         <xs:element name="Changes"
           type="t:SyncFolderItemsChangesType"
           minOccurs="0"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

The following table lists the child elements of the SyncFolderItemsResponseMessageType complex type.

Element

Type

Description

SyncState

xs:string ([XMLSCHEMA2])

Specifies a form of the synchronization data, which is encoded with base64 encoding, that is used to identify the synchronization state. This element is optional.

IncludesLastItemInRange

xs:boolean ([XMLSCHEMA2])

Specifies a Boolean value that indicates whether the last item to synchronize is included in the response. This element is optional.

Changes

t:SyncFolderItemsChangesType (section 3.1.4.2.3.2)

Specifies the differences between the items on the client and the items on the server. This element is optional.