Events
Nov 19, 11 PM - Nov 21, 11 PM
Join online sessions at Microsoft Ignite created to expand your skills and help you tackle today's complex issues.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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. |
Events
Nov 19, 11 PM - Nov 21, 11 PM
Join online sessions at Microsoft Ignite created to expand your skills and help you tackle today's complex issues.
Register now