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