Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Did the new Outlook Design for Mac break Applescript?

I was using a good deal of AppleScript with MS Outlook. With the release 16.49 the new design came also with it. However all my scripts seem to not work anymore. Any ideas?

If I switch to the old design then all scripts work again.

Just as an example:

tell application "Microsoft Outlook"
    selection
end tell

This normally gives back something like: incoming message id 140096 of application "Microsoft Outlook"

But with the new design it just returns: missing value

like image 668
Arne Avatar asked Oct 28 '25 13:10

Arne


1 Answers

The feature is on the roadmap, and is supposed to be available June 2022 November 2023 December 2024 December 2025.

like image 175
Sphere Avatar answered Oct 31 '25 03:10

Sphere