Outlook API to forward email as attachment

本秂侑毒 提交于 2019-12-10 11:15:09

问题


I'm currently developing an Outlook Add-in and trying to add a feature to forward an email as an attachment.

Can anyone please advice what the simplest way to accomplish it? I cannot find a single API to do it in Outlook Mail REST API reference.

Is there any easier way instead of using the 3 different APIs?

  1. CreateForwardDraft
  2. UpdateMessages
  3. SendDraftMessages

回答1:


There is an API - addItemAttachmentAsync which can add an email as an attachment.

Currently, the forward functionality you requested is not a part of the product. However, we track Outlook add-in feature requests on our user-voice page. Please add your request there. Feature requests on user-voice are considered when we go through our planning process.



来源:https://stackoverflow.com/questions/48956209/outlook-api-to-forward-email-as-attachment

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!