Enum AffectedTaskOccurrence
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Indicates which occurrence of a recurring task should be deleted.
public enum AffectedTaskOccurrence
Fields
AllOccurrences = 0
All occurrences of the recurring task will be deleted.
SpecifiedOccurrenceOnly = 1
Only the current occurrence of the recurring task will be deleted.