在 MS Outlook 的公共日历中打开新的 appt
我需要在 Microsoft Outlook 中自动提取一个新约会(我正在编写一个脚本,以便自动执行某些操作)。
我使用这个:
Run, "%programfiles%\Microsoft Office\Office12\Outlook.exe" /c ipm.appointment
它会显示我的个人展望日历。我需要它来为我的公共(企业环境)展望日历打开一个新的约会。我一生都无法弄清楚这一点。如果有人可以提供任何建议,我们将不胜感激。
我正在 AutoHotKey 中对此进行编码,因此如果有比使用 Run 命令更好的方法来做到这一点,我会洗耳恭听。
我很感激你能提供的任何建议。谢谢你!
I need to automatically pull up a new appointment in Microsoft Outlook (I'm making a script so automate some things).
I use this:
Run, "%programfiles%\Microsoft Office\Office12\Outlook.exe" /c ipm.appointment
which brings up my personal outlook calendar. I need it to open up a new appointment for my public (corporate environment) outlook calendar. I can not for the life of me figure this out. If anyone can offer any advice it would be appreciated.
I am coding this in AutoHotKey so if there is a better way to do this than using the Run command I'm all ears.
I appreciate any advice you can give. Thank You!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该添加配置文件命令行开关;
所以你应该使用
参见http://www.outlook-tips.net/howto/commandlines。嗯
You should add the profile command line switch;
so you should use
See http://www.outlook-tips.net/howto/commandlines.htm