Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种方法让 Outlook 2007 在我发送电子邮件后打开它(即实际发送的电子邮件,而不是草稿)。
我已经有一个宏设置来在发送电子邮件后打开类别选项,但我需要打开实际的电子邮件。
我们使用插件将我们的电子邮件上传到服务器,但它仅适用于已发送的电子邮件(即不在撰写窗口中的电子邮件)。
使用已Items.ItemAdd发送邮件文件夹上的事件(使用检索Namespace.GetDefaultFolder(ilFolderSentMail))
Items.ItemAdd
Namespace.GetDefaultFolder(ilFolderSentMail)