Microsoft
MS-600 · Question #40
You are building a Microsoft Outlook Web Add-in. You need to persist user preferences between devices by using the minimum amount of development effort. Which API should you use?
The correct answer is C. the JavaScript API for Microsoft Office. You can persist add-in state and settings with the JavaScript API for Office. The JavaScript API for Office provides the Settings, RoamingSettings, and CustomProperties objects for saving add-in state across sessions
Extend Office
Question
You are building a Microsoft Outlook Web Add-in. You need to persist user preferences between devices by using the minimum amount of development effort. Which API should you use?
Options
- Athe Microsoft Graph API
- Bthe REST API for the Blob service
- Cthe JavaScript API for Microsoft Office
- Dthe Table service REST API
How the community answered
(43 responses)- A2% (1)
- B5% (2)
- C84% (36)
- D9% (4)
Explanation
You can persist add-in state and settings with the JavaScript API for Office. The JavaScript API for Office provides the Settings, RoamingSettings, and CustomProperties objects for saving add-in state across sessions
Topics
#Outlook add-in#roaming settings#Office JavaScript API#user preferences
Community Discussion
No community discussion yet for this question.