简体   繁体   English

通过Outlook REST API在Outlook 2013/2016中打开电子邮件

[英]Open email in Outlook 2013/2016 retrieved via Outlook REST API

I am trying to open a Outlook message in Outlook 2013/2016 that I have retrieved via the Outlook REST API. 我正在尝试在通过Outlook REST API检索的Outlook 2013/2016中打开Outlook消息。 How can I do this? 我怎样才能做到这一点?

I have the weblink to open the email in the browser, but I have a requirement that the email should be opened in the users Outlook client on his desktop. 我有Web链接可在浏览器中打开电子邮件,但我要求应在用户桌面上的Outlook客户端中打开电子邮件。

通过VBA宏或.NET应用程序或COM加载项,仅Outlook对象模型可用于自动化Outlook应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如果 Outlook 打开,则只能通过 Outlook 发送电子邮件 - Can only send email via Outlook if Outlook is open C#通过Outlook 2013发送HTML电子邮件 - c# send html email via outlook 2013 通过网页的 Outlook 电子邮件 - Outlook Email via a Webpage 无法使用Outlook 2016调试Outlook 2013外接程序项目 - Not able to debug Outlook 2013 add-in project using outlook 2016 由于将Office 2013更新为2016,Outlook加载项窗口不允许通过键盘快捷键粘贴 - Outlook add-in window does not allow to paste via keyboard shortcut since update office 2013 to 2016 使用Outlook 2013和C#编写电子邮件 - Compose email using outlook 2013 with C# Outlook Rest API不返回任何结果 - Outlook Rest API returning no results ICS 文件在 Microsoft Outlook 2016 中打开但不在 MS Outlook 2013 中打开时呈现原始 HTML - ICS file rendering raw HTML when opened in Microsoft Outlook 2016 but not in MS Outlook 2013 MS Outlook 2013删除通过Exchange Web服务API添加到MasterCategoryList中的自定义类别 - MS Outlook 2013 deletes custom categories added into MasterCategoryList via Exchange Web Services API 带有嵌入图像的电子邮件在Outlook 2010和2016中显示为“预览文档” - Email with embedded images showing as “Preview Document” in Outlook 2010 & 2016
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM