如何取消 Outlook.MailItem 更改?
我正在对 Outlook.MailItem 进行更改,但关闭最后一个资源管理器后,消息框会要求保存该项目(两次!)。
我想取消该项目的“脏”状态而不保存它,这样就不会显示任何消息框。
有可能实现吗?我唯一的解决方案是保留之前的状态并再次保存。
I am doing changes on an Outlook.MailItem but after closing the last explorer a message box asks to save the item (twice!).
I want to cancel the "dirty" state of the item without saving it so no message box will be displayed.
Is it possible to accomplish it? The only solution that I have is persisting the previous state and saving it again.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要释放在代码中创建的 COM 对象。请参阅何时发布使用 .NET 开发的 Office 加载项中的 COM 对象。
You need to release COM objects, created in your code. See When to release COM objects in Office add-ins developed in .NET.