3.1.4.3.4.1 t:AffectedTaskOccurrencesType Simple Type
The AffectedTaskOccurrencesType simple type specifies whether an occurrence of a task or a master task with all recurring tasks associated with the master task is deleted.
-
<xs:simpleType name="AffectedTaskOccurrencesType"> <xs:restriction base="xs:string" > <xs:enumeration value="AllOccurrences" /> <xs:enumeration value="SpecifiedOccurrenceOnly" /> </xs:restriction> </xs:simpleType>
The following table lists and describes the values that are defined by the AffectedTaskOccurrencesType simple type.
Value name |
Description |
---|---|
AllOccurrences |
Specifies that a DeleteItem operation request, as specified in [MS-OXWSCORE] section 3.1.4.3, deletes the master task and all recurring tasks that are associated with the master task. |
SpecifiedOccurrenceOnly |
Specifies that a DeleteItem operation request, as specified in [MS-OXWSCORE] section 3.1.4.3, deletes only the current occurrence of a task. |