MeetingRequestMessageType.ModifiedOccurrences Property

Definition

The ModifiedOccurrences property gets or sets an array that contains elements of type OccurrenceInfoType that represent calendar item occurrences that have been modified so that they differ from the recurrence master item that is associated with this instance of the MeetingRequestMessageType class.

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 array that contains elements of type OccurrenceInfoType that represent calendar item occurrences that have been modified so that they differ from the recurrence master item that is associated with this instance of the MeetingRequestMessageType class.

Remarks

The ModifiedOccurrences property is valid if the CalendarItemType property is set to the RecurringMaster enumeration value.

Applies to