DeleteItemType.AffectedTaskOccurrences Property

Definition

The AffectedTaskOccurrences property gets or sets an enumeration value that indicates whether a task instance or task master is deleted. This property is required when tasks are deleted. This is a read/write property.

public:
 property ExchangeWebServices::AffectedTaskOccurrencesType AffectedTaskOccurrences { ExchangeWebServices::AffectedTaskOccurrencesType get(); void set(ExchangeWebServices::AffectedTaskOccurrencesType value); };
public ExchangeWebServices.AffectedTaskOccurrencesType AffectedTaskOccurrences { get; set; }
Public Property AffectedTaskOccurrences As AffectedTaskOccurrencesType

Property Value

The AffectedTaskOccurrences property returns an AffectedTaskOccurrencesType enumeration value that represents whether a task instance or task master is deleted.

Remarks

You must set the AffectedTaskOccurrencesSpecified property to true so that the AffectedTaskOccurrences property is serialized into the Simple Object Access Protocol (SOAP) request. This property does not have to be set to delete items that are not of the TaskType class.

Applies to