Office.EnhancedLocationsChangedEventArgs interface
Provides the current enhanced locations when the Office.EventType.EnhancedLocationsChanged event is raised.
Remarks
[Api set: Mailbox 1.8]
Properties
| enhanced |
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]