CalendarItemType.DeletedOccurrences Property
The DeletedOccurrences property gets or sets an instance of an array of type DeletedOccurrenceInfoType that contains deleted occurrences of a recurring calendar item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DeletedOccurrences As DeletedOccurrenceInfoType()
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As DeletedOccurrenceInfoType()
value = instance.DeletedOccurrences
instance.DeletedOccurrences = value
public DeletedOccurrenceInfoType[] DeletedOccurrences { get; set; }
Property Value
Type: []
The DeletedOccurrences property returns an instance of an array of type DeletedOccurrenceInfoType that contains deleted occurrences of a recurring calendar item.
Remarks
This property is valid if the RecurringMaster value is specified for the CalendarItemType1 property.
See Also