“Outlook 日历打印助手”的批量打印

发布于 2024-08-10 07:24:50 字数 77 浏览 1 评论 0原文

我正在使用“Outlook日历打印助手”整理我的日常工作清单,然后每天早上打印出来,只是想知道打印工作是否可以通过某种批处理命令行自动完成?

I'm using "Outlook calendar printing assistant" to organize my daily work list, then print it out every morning, just wondering if the print job can be done automatically through some kind of batch command line?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

离线来电— 2024-08-17 07:24:50

是的,您可以使用宏通过自动化在外部编写 Outlook 脚本,也可以构建一个插件。

您将收集当天的约会并使用 AppointmentItem.PrintOut()

但在你这样做之前,你应该看看是否还没有一个插件可以满足你的需要。

Yes, you can either use macros to script Outlook externally via automation, or you could build an addin.

You would collect the appointments for the day and use AppointmentItem.PrintOut().

But before you go for that you should take a look to see if there isn't already an addin which does what you need.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文