是否有任何可用的Applescript通过Mac Office 2011发送邮件附件或图像数组?
有人可以帮助我吗?
提前致谢。 问候, 迪帕
答案 0 :(得分:1)
另见:
MS Outlook 2011 sp1 V14.1.0更改了苹果脚本字典.. http://www.officeformachelp.com/2011/04/microsoft-updates-applescript-dictionary-for-outlook-2011-sp1/
还:
运行send all - 强制邮件输出框立即发送
答案 1 :(得分:0)
看到Office 2011是如何非常新的,我会惊讶地发现现成的代码可以在Office提供的示例脚本之外使用。 This is where the Dictionary comes in; the Dictionary tells you everything that an application responds to, what objects can be manipulated, etc.首次编写应用程序脚本时,词典将始终是您首先看到的内容。
你要问的是,即使是对Applescript不熟悉的人也不会太难理解。
更新:以下是Entourage 2008的 teh codez 。我认为v2011不会偏离太多,因为它非常简单:
tell application "Microsoft Entourage"
set newMessage to make new outgoing message with properties {subject:"New Outgoing Message Subject", recipient:"email@domain.com", content:"Message Body", attachment:{pathToFile1, pathToFile2}}
end tell
--> RESULT: A new message appears in the Outbox with the content placed