【发布时间】:2020-05-07 04:47:05
【问题描述】:
假设我在 Outlook 中配置了 xxx@outlook.com 和 yyy@outlook.com,其中 xxx@outlook.com 是我的默认帐户。
以下命令在 Outlook 中打开一个新窗口并导航到 Drafts 中的 zz 文件夹 xxx@outlook.com。
Outlook.exe /select outlook:Drafts/zz
我想知道有没有办法在yyy@outlook.com(默认帐户以外的任何东西)上执行相同的操作。我尝试了以下方法,但没有帮助。
Outlook.exe /select outlook:yyy@outlook.com:Drafts/zz
我想通过命令行从非默认帐户中选择一个文件夹。有什么想法吗?
【问题讨论】:
标签: windows command-line outlook command