Outlook api 选择 C# Web 应用程序集成?

Outlook api choice for c# web application integration?

我正在构建一个将与 Microsoft Outlook 交互的 c# Web 应用程序。当用户在 Web 应用程序中创建任务时,我希望它也能在 Outlook 中创建任务。

我托管 Web 应用程序的服务器没有安装 Outlook。

我应该使用哪个 API 在用户 Outlook 中创建任务?

如果您有 Exchange Server 或 Office365 连接的收件箱,我建议 EWS 图书馆:

Get started with EWS Managed API client applications