Outlook send mail stops working with office update 16.39

Hi,

this reduced script works fine with outlook 16.38 and before. Since the update to 16.39 (20071300)
it works only one time when outlook is closed.
the second try produces an error:

tell application "Microsoft Outlook"
	set theMessage to make new outgoing message with properties {sender:{name:"My Name", address:"demo@demo.com"}, subject:"test", plain text content:"Hallo"}
	
	tell theMessage
		make new to recipient with properties {email address:{address:"test@test.com"}}
	end tell
	send theMessage
end tell

Ergebnis:
error “missing value versteht die Nachricht „make“ nicht.” number -1708 from missing value

translated: “Missing value doesn’t understand the make message” or “Missing value doesn’t understand the make event”

are there an suggestions to fix this ?

Model: iMac
AppleScript: 2.7
Browser: Firefox 78.0
Operating System: macOS 10.13

Solution:

AppleScript breaks with Office 16.39. Delete all Office Apps, empty trash and install the 16.38 version.

https://officecdn-microsoft-com.akamaized.net/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/Microsoft_Office_16.38.20061401_Installer.pkg

Armin

The Dev’s say it is fixed in the next release

Yes thanks,

I can confirm that is fixed with 16.41 (20072700) Insider Fast Release

Armin