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

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)