Office.RecurrenceChangedEventArgs interface
Provides updated recurrence object that raised the Office.EventType.RecurrenceChanged event.
Remarks
[Api set: Mailbox 1.7]
Properties
| recurrence | Gets the updated recurrence object. |
| type | Gets the type of the event. For details, refer to Office.EventType. |
Property Details
recurrence
Gets the updated recurrence object.
recurrence: Recurrence;
Property Value
Remarks
[Api set: Mailbox 1.7]
type
Gets the type of the event. For details, refer to Office.EventType.
type: "olkRecurrenceChanged";
Property Value
"olkRecurrenceChanged"
Remarks
[Api set: Mailbox 1.7]