Office.EnhancedLocationsChangedEventArgs interface

Provides the current enhanced locations when the Office.EventType.EnhancedLocationsChanged event is raised.

Remarks

[ API set: Mailbox 1.8 ]

Properties

enhancedLocations

Gets the set of enhanced locations.

type

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

Property Details

enhancedLocations

Gets the set of enhanced locations.

enhancedLocations: LocationDetails[];

Property Value

Remarks

[ API set: Mailbox 1.8 ]

type

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

type: "olkEnhancedLocationsChanged";

Property Value

"olkEnhancedLocationsChanged"

Remarks

[ API set: Mailbox 1.8 ]