I had an Applescript that was working with 14.3.8 but now is not working anymore that I am on 14.3.9:

tell application "Microsoft Outlook"

-- Get the primary Exchange account

repeat with thisAccount in exchange account

if exchange type of thisAccount is primary account then

set v_PrimaryAccount to thisAccount

exit repeat

end if

end repeat

end tell


Now it is complaining it was expecting a class for "exchange" on the repeat statement, but "exchange account" is a class from Microsoft Outlook. Again, this was working fine before with 14.3.8.

Thanks.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.