Share via


DeleteItemType.AffectedTaskOccurrences Property

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.

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

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property AffectedTaskOccurrences As AffectedTaskOccurrencesType
[XmlAttributeAttribute] 
public AffectedTaskOccurrencesType AffectedTaskOccurrences { get; set; }
[XmlAttributeAttribute] 
public:
property AffectedTaskOccurrencesType AffectedTaskOccurrences {
    AffectedTaskOccurrencesType get ();
    void set (AffectedTaskOccurrencesType value);
}
/** @property */
public AffectedTaskOccurrencesType get_AffectedTaskOccurrences ()

/** @property */
public void set_AffectedTaskOccurrences (AffectedTaskOccurrencesType value)
public function get AffectedTaskOccurrences () : AffectedTaskOccurrencesType

public function set AffectedTaskOccurrences (value : 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)