下面的AppleScript行为Mac提供了Microsoft 15中的一个错误(可从Office 365或Office2016预览中获得)。对于Mac来说,它在Outlook 2011中运行得很好。您知道用于将邮件保存在Outlook 15中的AppleScript命令吗?
save theMessage in theFileName有关保存命令的示例用法,请参阅此question中的脚本
发布于 2015-08-01 16:08:39
假设您想让这个Outlook运行到Omnifocus脚本,http://rainer.4950.net/2014/06/04/outlook-to-omnifocus2-take-12/
将保存位置更改为Outlook的内部位置。我觉得这跟拳击有关
set theFileName to "/Users/tbroder/Library/Containers/com.microsoft.Outlook/Data/Documents/OutlookMsg" & theID & ".eml"对于苹果商店版本的OmniFocus来说,这是可行的
发布于 2015-03-19 13:22:05
尝试使用以下代码:
save theMessage in (theFileName)您为保存命令指定了什么文件名?
https://stackoverflow.com/questions/29135653
复制相似问题