Skip to main content
Question

iOS - App Config - Outlook

  • October 8, 2024
  • 4 replies
  • 43 views

Forum|alt.badge.img+3

We have the following set in App Config in Outlook.

<dict>
<key>com.microsoft.outlook.Mail.FocusedInbox</key>
<false/>
<key>com.microsoft.outlook.Mail.OrganizeByThreadEnabled</key>
<false/>
<key>com.microsoft.outlook.Contacts.LocalSyncEnabled</key>
<true/>
</dict>

 

We have confirmed the below works

 <key>com.microsoft.outlook.Mail.FocusedInbox</key>

<false/>

but the below settings don't work

    <key>com.microsoft.outlook.Mail.OrganizeByThreadEnabled</key>

    <false/>

    <key>com.microsoft.outlook.Contacts.LocalSyncEnabled</key>

    <true/>

4 replies

Shyamsundar
Forum|alt.badge.img+13
  • Jamf Heroes
  • October 11, 2024

Did the user receive a notification indicating that Outlook intends to access their contacts? If so, they should click on the “OK” button to initiate the contact synchronization process. 


Forum|alt.badge.img+3
  • Author
  • New Contributor
  • October 11, 2024

No. We are in testing and we don't receive any notification in outlook.   


Shyamsundar
Forum|alt.badge.img+13
  • Jamf Heroes
  • October 11, 2024

Settings -> Privacy and Security -> Contacts check outlook has full access, 


Forum|alt.badge.img+3
  • Author
  • New Contributor
  • October 11, 2024

I will check this but we dont want to do this manually as the user can go into outlook and click the syn to contacts and it works with out issues