MeetingRequestMessageType.ModifiedOccurrences Property
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.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ModifiedOccurrences As OccurrenceInfoType()
Get
Set
'Usage
Dim instance As MeetingRequestMessageType
Dim value As OccurrenceInfoType()
value = instance.ModifiedOccurrences
instance.ModifiedOccurrences = value
public OccurrenceInfoType[] ModifiedOccurrences { get; set; }
Property Value
Type: []
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.
See Also