我们使用以下AppleScript在客户端Mac上设置Microsoft Outlook签名。我把它煮到最低限度以重现错误。
tell application "Microsoft Outlook"
make new signature with properties {name:"Test", content:"Hello", plain text content:"", include in random:false}
end tell
问题是它在大多数机器上工作正常,但在几台Mac机上它失败并显示错误消息
预期“:”但找到了身份。
如果我们在问题机器上的脚本编辑器中运行脚本,则在编辑器中突出显示“文本内容”字样是导致错误的原因。
所有Mac都运行相同版本的Outlook。
有人知道为什么脚本可以在某些机器上运行而在其他机器上运行吗?