DeleteItemType.AffectedTaskOccurrencesSpecified Property

The AffectedTaskOccurrencesSpecified property gets or sets a Boolean value that specifies whether the AffectedTaskOccurrences property is serialized into the Simple Object Access Protocol (SOAP) request. This is a read/write property.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property AffectedTaskOccurrencesSpecified As Boolean
    Get
    Set
'Usage
Dim instance As DeleteItemType
Dim value As Boolean

value = instance.AffectedTaskOccurrencesSpecified

instance.AffectedTaskOccurrencesSpecified = value
public bool AffectedTaskOccurrencesSpecified { get; set; }

Property Value

Type: System.Boolean
The AffectedTaskOccurrencesSpecified property returns true if the AffectedTaskOccurrences property is serialized into the SOAP request; otherwise, the property returns false.