【发布时间】:2021-06-08 14:18:27
【问题描述】:
我想使用 osa 脚本在我的 Mac 上的收件箱中的阅读模式下获取当前在 Outlook 应用中打开的消息的消息 ID。
到目前为止,我已经尝试过:
tell application "Microsoft Outlook"
set currentMessage to selection
set header to headers of currentMessage
end tell
我收到了回复,但标头没有消息 ID
Mac OS Bir Sur,Apple M1 Outlook 16.46 Microsoft 365 订阅。
【问题讨论】:
标签: macos outlook applescript