自定义预览处理程序的安全警告
我在 .NET 上为 Outlook 2007/2010 和 XP/Vista/Windows7 编写了自己的预览处理程序
当带有附件的电子邮件要求我的处理程序将其可视化时,会出现一条警报:
“您应该只预览来自值得信赖的文件source”
我尝试对 EXE 进行签名,但警报仍然存在。
I wrote my own preview handler on .NET for Outlook 2007/2010 and XP/Vista/Windows7
When an e-mail with an attachment requires my handler to visualize it an alert says:
"you should only preview files from a trustworthy source"
I tried signing the EXE and the alert is still there.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案是在注册表中设置此键: HKCR\Software\Microsoft\Office\Previewers\\PONTState = 1
The answer is setting this key on the registry: HKCR\Software\Microsoft\Office\Previewers\\PONTState = 1