MS-600 · Question #163
You are building a Microsoft Outlook add-in. Which object should you use to save a user's preferences between sessions and devices?
The correct answer is A. RoamingSettings. The user's Exchange server mailbox where the add-in is installed. Because these settings are stored in the user's server mailbox, they can "roam" with the user and are available to the add-in when it is running in the context of any supported client accessing that user's…
Question
You are building a Microsoft Outlook add-in. Which object should you use to save a user's preferences between sessions and devices?
Options
- ARoamingSettings
- BCustomProperties
- CCustomXMLParts
- DlocalStorage
How the community answered
(24 responses)- A79% (19)
- B4% (1)
- C4% (1)
- D13% (3)
Explanation
The user's Exchange server mailbox where the add-in is installed. Because these settings are stored in the user's server mailbox, they can "roam" with the user and are available to the add-in when it is running in the context of any supported client accessing that user's mailbox. https://docs.microsoft.com/en-us/office/dev/add-ins/outlook/manage-state-and-settings-outlook
Topics
Community Discussion
No community discussion yet for this question.