我可以在 vs 2013 中开发 outlook 2007 插件吗
Can i develop a outlook 2007 addin in vs 2013
我想为 Outlook 2007 创建一个插件。我可以使用 visual studio 2013 吗?
请帮助。同样的问题答案更容易混淆。
提前致谢
是的,你可以。我建议使用最低版本的互操作文件 (PIA),以避免在尝试使用不存在的成员时代码在运行时出现异常。
If your customer base uses the 2007 Microsoft Office system, you can use Visual Studio 2013 to develop solutions that work in all three versions of Office. In this scenario, the solution will run without errors in the 2007 Microsoft Office system only if the solution doesn’t use features that are new in later versions of Office. Microsoft Office applications can also run solutions that were created by using a previous version of Visual Studio.
在 Running Solutions in Different Versions of Microsoft Office 文章中阅读更多相关信息。
我想为 Outlook 2007 创建一个插件。我可以使用 visual studio 2013 吗? 请帮助。同样的问题答案更容易混淆。
提前致谢
是的,你可以。我建议使用最低版本的互操作文件 (PIA),以避免在尝试使用不存在的成员时代码在运行时出现异常。
If your customer base uses the 2007 Microsoft Office system, you can use Visual Studio 2013 to develop solutions that work in all three versions of Office. In this scenario, the solution will run without errors in the 2007 Microsoft Office system only if the solution doesn’t use features that are new in later versions of Office. Microsoft Office applications can also run solutions that were created by using a previous version of Visual Studio.
在 Running Solutions in Different Versions of Microsoft Office 文章中阅读更多相关信息。