iOS - App Config - Outlook

user-bRmUxUuRhs
New Contributor

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 4

Shyamsundar
Contributor III

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. 

user-bRmUxUuRhs
New Contributor

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

Shyamsundar
Contributor III

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

user-bRmUxUuRhs
New Contributor

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