I am trying to disable only Export option in Outlook from Configuration profile. when i set the value <key>DisableExport</key> <true/> it is disabling both Export and Import.
Also i tried giving bool values separately.
<key>DisableImport</key>
<false/>
<key>DisableExport</key>
<true/>
but still it is disabled both Import and export options in outlook.
is this kind of bug in outlook or from jamf?
do we have any other way to disable only one export option.