Create (ItemSync)

The Create element identifies a single item to create in the local client store.

<Create>
   <Item/>
</Create>
<Create>
   <Task/> 
</Create>
<Create>
   <MeetingResponse/>
</Create>
<Create>
   <CalendarItem/>
</Create>
<Create>
   <MeetingMessage/>
</Create>
<Create>
   <DistributionList/>
</Create>
<Create>
   <MeetingCancellation/>
</Create>
<Create>
   <MeetingRequest/> 
</Create>
<Create>
   <Message/> 
</Create>
<Create>
   <Contact/> 
</Create>

SyncFolderItemsCreateOrUpdateType

Attributes and elements

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

Attributes

None.

Child elements

Element Description
Item
Represents a generic Exchange item to create.
Message
Represents an Exchange e-mail message to create.
CalendarItem
Represents an Exchange calendar item to create.
Contact
Represents an Exchange contact item to create.
DistributionList
Represents a distribution list to create.
MeetingMessage
Represents a meeting message to create.
MeetingRequest
Represents a meeting request to create.
MeetingResponse
Represents a meeting response to create.
MeetingCancellation
Represents a meeting cancellation to create.
Task
Represents a task to create.

Parent elements

Element Description
Changes (Items)
Contains a sequence array of change types that represent the types of differences between the items on the client and the items 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

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

See also