CalendarItemType.DeletedOccurrences Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.