Applescript 在 Outlook 2011 中获取邮件正文
我需要使用 applescript 在传入期间处理电子邮件正文。 使用 Outlook 2011 时如何获取电子邮件正文?
我对 Applescript 完全陌生。
任何有关在 Outlook 2011 中使用 Applescript 的教程或此问题的起始代码都会非常有帮助。
I need to use applescript to process the body of an email during incoming.
How can I get the body of an email when using Outlook 2011?
I am totally new to Applescript.
Any tutorial for using Applescript with Outlook 2011 or starter code for this question would be greatly helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
现在 theText 包含了消息的内容。
Now theText has the contents of the message.