Anybody can chime to see how I can change "com.apple.mail" to point to com.microsoft.outlook using the defaults write command or any other ideas would help. We currently block all users from using the Mail.app so we cannot change it from there.
Gracias jamfnation peeps
{ LSHandlerPreferredVersions = { LSHandlerRoleAll = "-"; }; LSHandlerRoleAll = "com.apple.mail"; LSHandlerURLScheme = mailto; }
We need to change it to this:
<dict> <key>LSHandlerPreferredVersions</key> <dict> <key>LSHandlerRoleAll</key> <string>-</string> </dict> <key>LSHandlerRoleAll</key> <string>com.microsoft.outlook</string> <key>LSHandlerURLScheme</key> <string>mailto</string> </dict