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
<XmlArrayItemAttribute("Occurrence", IsNullable:=False)> _
Public Property ModifiedOccurrences As OccurrenceInfoType()
[XmlArrayItemAttribute("Occurrence", IsNullable=false)] 
public OccurrenceInfoType[] ModifiedOccurrences { get; set; }
[XmlArrayItemAttribute(L"Occurrence", IsNullable=false)] 
public:
property array<OccurrenceInfoType^>^ ModifiedOccurrences {
    array<OccurrenceInfoType^>^ get ();
    void set (array<OccurrenceInfoType^>^ value);
}
/** @property */
public OccurrenceInfoType[] get_ModifiedOccurrences ()

/** @property */
public void set_ModifiedOccurrences (OccurrenceInfoType[] value)
public function get ModifiedOccurrences () : OccurrenceInfoType[]

public function set ModifiedOccurrences (value : OccurrenceInfoType[])

Property Value

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)