Office.AppointmentTimeChangedEventArgs interface

Provides the current dates and times of the appointment that raised the Office.EventType.AppointmentTimeChanged event.

Remarks

[ API set: Mailbox 1.7 ]

Properties

end

Gets the appointment end date and time.

start

Gets the appointment start date and time.

type

Gets the type of the event. For details, refer to Office.EventType.

Property Details

end

Gets the appointment end date and time.

end: Date;

Property Value

Date

Remarks

[ API set: Mailbox 1.7 ]

start

Gets the appointment start date and time.

start: Date;

Property Value

Date

Remarks

[ API set: Mailbox 1.7 ]

type

Gets the type of the event. For details, refer to Office.EventType.

type: "olkAppointmentTimeChanged";

Property Value

"olkAppointmentTimeChanged"

Remarks

[ API set: Mailbox 1.7 ]