MeetingRequestMessageType.ModifiedOccurrences 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 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.