使用AppleScript将文件附加到Microsoft Outlook

时间:2017-02-08 13:14:10

标签: outlook applescript

我正在尝试创建一个脚本,将文件附加到Outlook然后发送它。我把脚本的那部分放得很好。我唯一的问题是由于某种原因文件没有附加。当我查看底部的回复框时,它表示已成功附加并发送了电子邮件,但是文件未附加。我的剧本出了什么问题?

tell write_email
    delay 1
    make new attachment with properties {file:fileAttachment}
    delay 1
end tell
send write_email

我已经在这段代码之前定义了这个:

    set fileAttachment to /Desktop/file-name

0 个答案:

没有答案