Nav*_*mon 7 outlook applescript sendmail osx-lion
我正在尝试使用Microsoft Outlook 2011 for mac创建一个新的传出消息AppleScript.以下示例适用于10.6.8:
tell application "Microsoft Outlook"
set newMessage to make new outgoing message with properties {subject:"Hooray for automation"}
make new recipient at newMessage with properties {email address:{name:"Jim Shank", address:"jim.shank@example.com"}}
open newMessage
end tell
Run Code Online (Sandbox Code Playgroud)
在Lion上我收到以下错误:
Microsoft Outlook got an error: Can’t make class outgoing message.
Run Code Online (Sandbox Code Playgroud)
有人知道那里出了什么问题吗?
我正在使用离线Outlook.
| 归档时间: |
|
| 查看次数: |
8738 次 |
| 最近记录: |