适用于 Mac Office 2011 的 Applescript
是否有任何 Applescript 可以通过 Mac Office 2011 将 URL 或图像数组作为邮件附件发送?
Is there any Applescript available that sends either an URL or array of images as attachment of the mail through Mac Office 2011?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
另请参阅:
MS Outlook 2011 sp1 V14.1.0 更改了 Apple 脚本字典。
http://www.officeformachelp。 com/2011/04/microsoft-updates-applescript-dictionary-for-outlook-2011-sp1/
另外:
运行 send all -- 强制立即发送发件箱中的邮件
Also see:
MS Outlook 2011 sp1 V14.1.0 changes the apple script dictionary..
http://www.officeformachelp.com/2011/04/microsoft-updates-applescript-dictionary-for-outlook-2011-sp1/
also:
run send all -- forces mail in out box to be sent right now
鉴于 Office 2011 非常新,我会很惊讶您会发现可以在 Office 提供的示例脚本之外使用现成的代码。 这就是字典的用武之地;字典会告诉您应用程序响应的所有内容、可以操作哪些对象等。 第一次编写应用程序脚本时,字典将始终是您首先查看的内容。
即使对于 Applescript 的新手来说,你所问的问题似乎也不太难弄清楚。
更新:这是 Entourage 2008 的代码。我想 v2011 不会偏离太多,因为它非常简单:
Seeing as how Office 2011 is very new, I'd be surprised you'll find ready-made code to use outside of an example script given with Office. This is where the Dictionary comes in; the Dictionary tells you everything that an application responds to, what objects can be manipulated, etc. When scripting an application for the first time, the Dictionary will always be the first thing you look at.
What you are asking doesn't seem like it would be too hard figure out even for someone who is new to Applescript.
UPDATE: Here is teh codez for Entourage 2008. I would imagine that v2011 wouldn't stray too much from this because it is very straightforward: