Skip to main content

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/>

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. 


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


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


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 


Reply