3.1.4.9.3.3 t:AppendToItemFieldType Complex Type
The AppendToItemFieldType complex type specifies data to append to a single property of an item during an UpdateItem operation. The AppendToItemFieldType complex type extends the ItemChangeDescriptionType complex type, as specified in section 3.1.4.9.3.6.
-
<xs:complexType name="AppendToItemFieldType"> <xs:complexContent> <xs:extension base="t:ItemChangeDescriptionType" > <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:element name="XrmOrganization" type="t:XrmOrganizationItemType" /> </xs:choice> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the AppendToItemFieldType complex type.
Element name |
Type |
Description |
---|---|---|
Item |
t:ItemType (section 2.2.4.24) |
Specifies a generic item. |
Message |
t:MessageType ([MS-OXWSMSG] section 2.2.4.3) |
Specifies an email message or non-IPM.Note item. IPM.Note is a subclass of Inter-Personal Mail (IPM), which describes a note message. |
CalendarItem |
t:CalendarItemType ([MS-OXWSMTGS] section 2.2.4.6) |
Specifies a calendar item. |
Contact |
t:ContactItemType ([MS-OXWSCONT] section 2.2.4.3) |
Specifies a contact item. |
DistributionList |
t:DistributionListType ([MS-OXWSDLIST] section 2.2.4.1) |
Specifies a distribution list. |
MeetingMessage |
t:MeetingMessageType ([MS-OXWSMTGS] section 2.2.4.15) |
Specifies a meeting. |
MeetingRequest |
t:MeetingRequestMessageType ([MS-OXWSMTGS] section 2.2.4.17) |
Specifies a meeting request. |
MeetingResponse |
t:MeetingResponseMessageType ([MS-OXWSMTGS] section 2.2.4.18) |
Specifies a meeting response. |
MeetingCancellation |
t:MeetingCancellationMessageType ([MS-OXWSMTGS] section 2.2.4.14) |
Specifies a meeting cancellation. |
Task |
t:TaskType ([MS-OXWSTASK] section 2.2.4.6) |
Specifies a task. |
PostItem |
t:PostItemType ([MS-OXWSPOST] section 2.2.4.1) |
Specifies a post item. |
RoleMember |
t:RoleMemberItemType (section 2.2.4.43) |
For internal use only.<114> |
Network |
t:NetworkItemType (section 2.2.4.30) |
For internal use only.<115> |
Person |
t:AbchPersonItemType ([MS-OXWSCONT] section 2.2.4.1) |
Specifies a person contact.<116> |
Booking |
t:BookingItemType ([MS-OXWSCDATA] section 2.2.4.20) |
For internal use only.<117> |
XrmOrganization |
t:XrmOrganizationItemType ([MS-OXWSCDATA] section 2.2.4.77) |
For internal use only. <118> |