CalendarItemType.ModifiedOccurrences Property

Definition

The ModifiedOccurrences property gets or sets an instance of an array of type OccurrenceInfoType that contains recurring calendar item occurrences that have been modified so that they differ from the recurrence master item.

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

Property Value

The ModifiedOccurrences property returns an instance of an array of type OccurrenceInfoType.

Applies to