【发布时间】:2019-02-12 13:18:52
【问题描述】:
我正在尝试构建我的第一个 Outlook 加载项(不是 VSTO)并遵循教程 here。在设置了我的 Office 365 开发人员许可证/环境后,我终于设法编译/部署了插件:
3>The manifest file "C:\Users\AAX\source\repos\MyProject\MyProject\bin\Debug\OfficeAppManifests\MyProject.xml" is being deployed to the Exchange server.
3>Successfully registered the mail app on the Exchange Server using service at https://outlook.office365.com/EWS/Exchange.asmx
编译/部署操作要求我签署 OWA,我可以这样做,但我没有看到我的加载项。 我尝试跟踪我的加载项
- 在 OWA > 设置 > 管理加载项下搜索 --> 无
- 在 Exchange 管理员 > 设置 > 加载项下搜索 --> 无
- 我尝试使用 OWA 手动部署它:一切正常
解决方法 3 没有帮助,因为我希望能够以方便的方式开发构建/部署。关于为什么 Visual Studio 部署不起作用的任何提示?
【问题讨论】: