vba 如何在 Outlook 2007 中启用 ThisOutlookSession?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5660028/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to enable ThisOutlookSession in Outlook 2007?
提问by LA_
回答by JimmyPena
After changing your security settings, restart Outlook.
更改安全设置后,重新启动 Outlook。
You'll also want to self-sign your VBA project using the self-cert tool included with Office. After doing so, restart Outlook and you should see a dialog asking you to "trust" the project.
您还需要使用 Office 附带的自认证工具对您的 VBA 项目进行自签名。执行此操作后,重新启动 Outlook,您应该会看到一个对话框,要求您“信任”该项目。
回答by Zitun
Yeah - you need to restart after changing the security settings. In outlook 2013 : File_Options_trust center
是的 - 您需要在更改安全设置后重新启动。在 Outlook 2013 中:File_Options_trust 中心