3.1.4.2.3.3 t:SyncFolderItemsCreateOrUpdateType Complex Type

msdn link

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

 <xs:complexType name="SyncFolderItemsCreateOrUpdateType">
   <xs:choice>
     <xs:element name="Item"
       type="t:ItemType"
      />
     <xs:element name="Message"
       type="t:MessageType"
      />
     <xs:element name="CalendarItem"
       type="t:CalendarItemType"
      />
     <xs:element name="Contact"
       type="t:ContactItemType"
      />
     <xs:element name="DistributionList"
       type="t:DistributionListType"
      />
     <xs:element name="MeetingMessage"
       type="t:MeetingMessageType"
      />
     <xs:element name="MeetingRequest"
       type="t:MeetingRequestMessageType"
      />
     <xs:element name="MeetingResponse"
       type="t:MeetingResponseMessageType"
      />
     <xs:element name="MeetingCancellation"
       type="t:MeetingCancellationMessageType"
      />
     <xs:element name="Task"
       type="t:TaskType"
      />
     <xs:element name="PostItem"
       type="t:PostItemType"
      />
     <xs:element name="RoleMember" 
       type="t:RoleMemberItemType"
      />
     <xs:element name="Network" 
       type="t:NetworkItemType"
      />
     <xs:element name="Person" 
       type="t:AbchPersonItemType"
      />
     <xs:element name="Booking" 
       type="t:BookingItemType"
      />
   </xs:choice>
 </xs:complexType>
  

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

Element

Type

Description

Item

t:ItemType ([MS-OXWSCORE] section 2.2.4.24)

Specifies an item to create or update in the client message store. This element SHOULD NOT be used. If a client creates or updates an item of this type, an item of t:MessageType type SHOULD<2> be returned.

Message

t:MessageType ([MS-OXWSMSG] section 2.2.4.3)

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

CalendarItem

t:CalendarItemType ([MS-OXWSMTGS] section 2.2.4.6)

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

Contact

t:ContactItemType ([MS-OXWSCONT] section 2.2.4.3)

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

DistributionList

t:DistributionListType ([MS-OXWSDLIST] section 2.2.4.1)

Specifies a distribution list to create or update in the client message store.

MeetingMessage

t:MeetingMessageType ([MS-OXWSMTGS] section 2.2.4.15)

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

MeetingRequest

t:MeetingRequestMessageType ([MS-OXWSMTGS] section 2.2.4.17)

Specifies a meeting request message to create or update in the client message store.

MeetingResponse

t:MeetingResponseMessageType ([MS-OXWSMTGS] section 2.2.4.18)

Specifies a meeting response message to create or update in the client message store.

MeetingCancellation

t:MeetingCancellationMessageType ([MS-OXWSMTGS] section 2.2.4.14)

Specifies a meeting cancellation message to create or update in the client message store.

Task

t:TaskType ([MS-OXWSTASK] section 2.2.4.6)

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

PostItem

t:PostItemType ([MS-OXWSPOST] section 2.2.4.1)

Specifies a post item to create or update in the client message store.

RoleMember

t:RoleMemberItemType ([MS-OXWSCORE] section 2.2.4.43)

For internal use only.<3>

Network

t:NetworkItemType ([MS-OXWSCORE] section 2.2.4.30)

For internal use only.<4>

Person

t:AbchPersonItemType ([MS-OXWSCONT] section 2.2.4.1)

Specifies a person to create or update in the client message store.<5>

Booking

t:BookingItemType ([MS-OXWSCDATA] section 2.2.4.20)

For internal use only.<6>