Outlook 事件 newMail (newItem)
我正在使用 Outlook 2003
我搜索一种在创建新邮件时获取事件的方法(当创建新邮件窗口时)
注意:我搜索将菜单添加到新邮件窗口的所有方法)
I'm working with outlook 2003
I search a way to get the event when a new mail is created (when the window of new mail is created)
Note: I search every way to add a menu to new mail window)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此示例代码应放置在 ThisOutlookSession 模块中。重新启动 Outlook,每当您创建新电子邮件时,您都会看到消息框。
This sample code should be placed in the ThisOutlookSession module. Restart Outlook and whenever you create a new email you will see the message box.