CalendarItemType.DeletedOccurrences Property

Definition

The DeletedOccurrences property gets or sets an instance of an array of type DeletedOccurrenceInfoType that contains deleted occurrences of a recurring calendar item.

public:
 property cli::array <ExchangeWebServices::DeletedOccurrenceInfoType ^> ^ DeletedOccurrences { cli::array <ExchangeWebServices::DeletedOccurrenceInfoType ^> ^ get(); void set(cli::array <ExchangeWebServices::DeletedOccurrenceInfoType ^> ^ value); };
public ExchangeWebServices.DeletedOccurrenceInfoType[] DeletedOccurrences { get; set; }
Public Property DeletedOccurrences As DeletedOccurrenceInfoType()

Property Value

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.

Applies to