'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
Solution 1:[1]
I've heard the new version with the new interface is not Applescriptable yet, but it may be if you can use the old interface. I don't have the new version so I can't say for sure.
Solution 2:[2]
For anyone still looking for answers: https://www.microsoft.com/de-ch/microsoft-365/roadmap?filters=&searchterms=88537
The feature is in development and is supposed to be available June 2022.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | user73082 |
| Solution 2 | Sphere |
