打开一次outlook msg格式邮件后就不能再打开

简介:
这个问题遇到一段时间了,一直没有解决。今天终于跟同事合伙解决了。用户喜欢把邮件保存为.msg格式,如图:
但是出现了一个情况,用户双击一次可以打开,可关掉后,再次打开,却提示:
cannot open file: [file path\file name].The file may not exist, you may not have permission to open it, or it may be open in another program. Right-click the folder that contatins the file, and then click properties to check your permissions for the folder.
 
这是在同时开着outlook的情况下才会这样,如果关了outlook,这msg文件随便开几次都没问题,这样的话,就应该是msg文件打开后,触发outlook开启的句柄不会结束,导致它认为文件已经打开了。
 
如图:
 
查了一轮后,发现是公司的outlook安装了一个add-in, 然后更新了system32下的mscoree.dll到一个新的版本:2.0.50727.3053,属于.net framework 的一个东东。解决方法是从xp安装盘中的i386文件夹找回同名的旧版文件覆盖。
 
在查原因的过程中,发现还有些别的情况可能会导致这个问题的出现,特摘下备用:
 
After You Open an Outlook MSG File, You Can't Re-Open, Delete, or Rename It

Problem
You've saved an Outlook email as an MSG file. If you open then close the file, you can't re-open it, rename it, or delete it in FileCenter. When you try to re-open the MSG file, you get an error message that says, in part:
Can't open file: [filename]. The file may not exist, you may not have permission to open it, or it may be open in another program. 
This only happens if Outlook is running, and it goes away if you close Outlook.
Cause
Once you've opened the file, Outlook keeps a lock on it, even if you close the file. Closing Outlook releases the lock. This isn't normal behavior. Normally Outlook should release the lock as soon as you close the message. Any number of things could be causing the problem.
Solution #1
The simplest solution is to use FileCenter's "Preview" button instead of opening the MSG file. The previewer gives a faithful view of the email message without opening it. This is all that you need most of the time. Then if you need to extract an attachment or reply to the email, you can still open it in Outlook.
Solution #2
One reported problem is a corrupt Outlook "extend.dat" file. The solution is to force Outlook to rebuild the "extend.dat" file, which is fairly easy to do.
IMPORTANT: This is normally a safe operation, but you should still make sure you have your Outlook PST file backed up before you try it.
To rebuild your "extend.dat" file, do the following:
Quit all programs, especially Outlook 
Click the Windows "Start" menu and select the "Find" or "Search" option 
In the search options, select "All Files and Folders" 
In the "Named" or "All or Part of the File Name" box, type extend.dat 
In the "Look In" list, make sure your local hard drives are selected 
Be sure to select "Include Subfolders"; this may be under the "Advanced" option 
Click "Search" or "Find Now"; let the search run until it's finished 
In the search results, right-click on each extend.dat that's found and select "Rename" from the pop-up menu; change the name to extend.old 
Now restart Outlook to rebuild the "extend.dat" files. Once Outlook starts, you should be able to open and close MSG files repeatedly without getting the error.
Solution #3
Google Desktop Search has been reported to keep MSG files from opening. Removing Google Desktop or updating it to the latest release corrected the problem.
Solution #4
Some users have found that the Adobe Acrobat Office add-in can cause this problem. If you are comfortable editing the Registry, the following may fix the issue.
IMPORTANT: Editing the Registry can cause Windows to become unbootable. Edit the Registry at YOUR OWN RISK. We cannot assume any responsibility or liability for anything you do in the Registry or for carrying out the following procedure.
Close Outlook 
Open the Windows Registry Editor (you can go to the "Run" option in the Start menu and enter "regedit") 
Locate and select "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\PDFMOutlook.PDFMOutlook" 
Locate and select the "LoadBehavior" option 
Go to the "Edit" menu and select "Modify" 
Change the value from 3 to 2 
Click OK 
Close the Registry Editor 
Restart Outlook
 






















本文转simmy51CTO博客,原文链接:http://blog.51cto.com/helpdesk/285157 ,如需转载请自行联系原作者
相关文章
|
存储 机器学习/深度学习 算法
MMDetection3d对KITT数据集的训练与评估介绍
MMDetection3d对KITT数据集的训练与评估介绍
3658 0
MMDetection3d对KITT数据集的训练与评估介绍
|
8月前
|
JavaScript 搜索推荐 Java
基于springboot的民宿预定管理系统
本研究针对民宿市场管理效率低、信息化程度不足等问题,设计并实现基于Spring Boot、Vue和MySQL的民宿预订管理系统。系统提升预订效率与用户体验,助力行业数字化转型。
|
9月前
|
监控 关系型数据库 BI
Veeam ONE 13 正式版发布 - Web 控制台和 Veeam 监控的未来
Veeam ONE 13 正式版发布 - Web 控制台和 Veeam 监控的未来
307 0
|
11月前
|
Linux 数据安全/隐私保护 iOS开发
推荐Linux环境下效能优良的双向文件同步工具
综合上述条件,对于Linux环境下的双向文件同步需求,Unison 和 Syncthing 是两个非常出色的选择。它们都有良好的社区支持和文档资源,适用于不同规模的环境,从个人使用到商业部署。Unison 特别适合那些需要手动干预同步过程、需要处理文件冲突解决的场景。而 Syncthing 更加现代化,适合需要自动、实时的数据同步与备份的环境。对于选择哪一个,这将取决于个人的使用场景和具体需求。
1224 16
|
数据采集 Web App开发 前端开发
Python+Selenium爬虫:豆瓣登录反反爬策略解析
Python+Selenium爬虫:豆瓣登录反反爬策略解析
|
机器学习/深度学习 存储 测试技术
YOLOv11改进策略【模型轻量化】| EMO:ICCV 2023,结构简洁的轻量化自注意力模型
YOLOv11改进策略【模型轻量化】| EMO:ICCV 2023,结构简洁的轻量化自注意力模型
678 13
YOLOv11改进策略【模型轻量化】| EMO:ICCV 2023,结构简洁的轻量化自注意力模型
|
分布式计算 Hadoop
Hadoop修改Hadoop配置文件
【4月更文挑战第18天】修改Hadoop配置文件步骤:1) 查找安装目录,如`/usr/local/hadoop`或`/opt/hadoop`;2) 进入`conf`或`etc/hadoop`;3) 编辑主要配置文件如`core-site.xml`, `hdfs-site.xml`, `mapred-site.xml`, `yarn-site.xml`;4) 根据需求修改配置项,如改默认文件系统为`hdfs://localhost:9000/`;5) 保存并退出。注意:修改前备份,确保配置正确,重启Hadoop集群使更改生效。
1070 4
Hadoop修改Hadoop配置文件
Centos8同步时间(阿里云NTP服务为例)
Centos8同步时间(阿里云NTP服务为例)
2319 1
|
语音技术
esp32+1.3寸屏幕语音交互
esp32+1.3寸屏幕语音交互
639 0
esp32+1.3寸屏幕语音交互
|
JSON 数据格式
《QT从基础到进阶·三十三》QT插件开发QtPlugin
《QT从基础到进阶·三十三》QT插件开发QtPlugin
772 0

热门文章

最新文章