3.1.4.1.3.2 t:SyncFolderHierarchyCreateOrUpdateType Complex Type

msdn link

The SyncFolderHierarchyCreateOrUpdateType complex type specifies a single folder to create or update in the client message store.

 <xs:complexType name="SyncFolderHierarchyCreateOrUpdateType">
   <xs:choice>
     <xs:element name="Folder"
       type="t:FolderType"
      />
     <xs:element name="CalendarFolder"
       type="t:CalendarFolderType"
      />
     <xs:element name="ContactsFolder"
       type="t:ContactsFolderType"
      />
     <xs:element name="SearchFolder"
       type="t:SearchFolderType"
      />
     <xs:element name="TasksFolder"
       type="t:TasksFolderType"
      />
   </xs:choice>
 </xs:complexType>
  

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

Element

Type

Description

Folder

t:FolderType ([MS-OXWSFOLD] section 2.2.4.12)

Specifies a regular folder to create or update in the client message store.

CalendarFolder

t:CalendarFolderType ([MS-OXWSMTGS] section 2.2.4.5)

Specifies a calendar folder to create or update in the client message store.

ContactsFolder

t:ContactsFolderType ([MS-OXWSCONT] section 3.1.4.1.1.6)

Specifies a contacts folder to create or update in the client message store.

SearchFolder

t:SearchFolderType ([MS-OXWSSRCH] section 2.2.4.32)

Specifies a search folder to create or update in the client message store.

TasksFolder

t:TasksFolderType ([MS-OXWSTASK] section 2.2.4.5)

Specifies a tasks folder to create or update in the client message store.