3.1.4.1.3.4 m:SyncFolderHierarchyResponseMessageType Complex Type

msdn link

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

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

The following table lists the child elements of the SyncFolderHierarchyResponseMessageType 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.

IncludesLastFolderInRange

xs:boolean [XMLSCHEMA2]

Specifies a Boolean value that indicates whether the last folder to synchronize is included in the response. This element is optional. If this element is included in the response, the value is "true".

Changes

t:SyncFolderHierarchyChangesType (section 3.1.4.1.3.1)

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