【发布时间】:2015-11-10 05:04:02
【问题描述】:
以下脚本在升级到 Office 365 和 OSX 10.10 之前运行良好:
tell application "Microsoft Outlook"
set newMessage to make new outgoing message
tell newMessage
make new attachment with properties {file:"/Users/foo/file"}
end tell
open newMessage
end tell
但现在它给出了这个错误信息:
execution error: Microsoft Outlook got an error: Error while saving the changed record property. (-2700)
程序是否已更改,或者这是 OSX 或 Outlook 中的错误?
【问题讨论】:
标签: macos outlook applescript