如何使用AppleScript将附件添加到电子邮件回复中

时间:2018-09-18 17:55:15

标签: applescript

下面的代码使我可以创建电子邮件回复:

tell application "Mail"
set theAttachmentFile to "path"

set theMessages to the selected messages of the front message viewer
set theMessage to first item of theMessages
set theOutgoingMessage to reply theMessage with opening window and
reply to all
end tell

在这种情况下,我无法将附件文件添加到重播前消息中。我该怎么办?有可能吗?

谢谢!

0 个答案:

没有答案