Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The DeleteItemType complex type specifies a request to delete items. The DeleteItemType complex type extends the BaseRequestType complex type ([MS-OXWSCDATA] section 2.2.4.17).
-
<xs:complexType name="DeleteItemType"> <xs:complexContent> <xs:extension base="m:BaseRequestType" > <xs:sequence> <xs:element name="ItemIds" type="t:NonEmptyArrayOfBaseItemIdsType" /> </xs:sequence> <xs:attribute name="DeleteType" type="t:DisposalType" use="required" /> <xs:attribute name="SendMeetingCancellations" type="t:CalendarItemCreateOrDeleteOperationType" use="optional" /> <xs:attribute name="AffectedTaskOccurrences" type="t:AffectedTaskOccurrencesType" use="optional" /> <xs:attribute name="SuppressReadReceipts" type="xs:boolean" use="optional" /> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists and describes the child elements of the DeleteItemType complex type.
|
Element name |
Type |
Description |
|---|---|---|
|
ItemIds |
t:NonEmptyArrayOfBaseItemIdsType (section 2.2.4.31) |
Specifies the collection of items to be deleted. |
The following table lists and describes the attributes of the DeleteItemType complex type.
|
Attribute name |
Type |
Description |
|---|---|---|
|
DeleteType |
t:DisposalType ([MS-OXWSCDATA] section 2.2.5.9) |
Specifies an enumeration value that describes how an item is to be deleted. |
|
SendMeetingCancellations |
t:CalendarItemCreateOrDeleteOperationType ([MS-OXWSMTGS] section 2.2.5.1) |
Specifies an enumeration that describes how cancellations are to be handled for deleted meetings. |
|
AffectedTaskOccurrences |
t:AffectedTaskOccurrencesType ([MS-OXWSTASK] section 3.1.4.3.4.1) |
Specifies an enumeration value that indicates whether an occurrence of a task or a master task with all recurring tasks associated with the master task is deleted. |
|
SuppressReadReceipts |
xs:boolean ([XMLSCHEMA2] ) |
Specifies whether read receipts are suppressed. <107> |