Update (FolderSync)

The Update element identifies a single folder to update in the local client store.

<Update>
   <Folder/>
</Update>
<Update>
   <CalendarFolder/>
</Update>
<Update>
   <ContactsFolder/>
</Update>
<Update>
   <TasksFolder/>
</Update>
<Update>
   <SearchFolder/>
</Update>

SyncFolderHierarchyCreateOrUpdateType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

Element Description
Folder
Defines the folder to create, get, find, synchronize, or update.
CalendarFolder
Represents a folder that primarily contains calendar items.
ContactsFolder
Represents a contact folder in a mailbox.
SearchFolder
Represents a search folder that is contained in a mailbox.
TasksFolder
Represents a task folder t is thcontained in a mailbox.

Parent elements

Element Description
Changes (Hierarchy)
Contains a sequenced array of change types that represent the type of differences between the folders on the client and the folders on the Exchange server.

Remarks

The schema that describes this element is located in the EWS virtual directory of the computer that is running MicrosoftExchange Server 2007 that has the Client Access server role installed.

Element information

Name Value
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema name
Types schema
Validation file
Types.xsd
Can be empty
False

See also