AffectedTaskOccurrence Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates which occurrence of a recurring task should be deleted.
public enum class AffectedTaskOccurrence
public enum AffectedTaskOccurrence
Public Enum AffectedTaskOccurrence
- Inheritance
-
AffectedTaskOccurrence
Fields
Name | Value | Description |
---|---|---|
AllOccurrences | 0 | All occurrences of the recurring task will be deleted. |
SpecifiedOccurrenceOnly | 1 | Only the current occurrence of the recurring task will be deleted. |