Posted on 10-08-2024 04:42 AM
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/>
Posted on 10-11-2024 12:07 PM
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.
Posted on 10-11-2024 12:12 PM
No. We are in testing and we don't receive any notification in outlook.
Posted on 10-11-2024 12:15 PM
Settings -> Privacy and Security -> Contacts check outlook has full access,
Posted on 10-11-2024 12:31 PM
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