admin管理员组文章数量:1389768
I have an Outlook add-in that does the following
- Allow user to compose an email (reply or forward)
- From compose window, user clicks my add-in.
- The add-in saves the content of the email on an external application, and then sends the composed email (this results to automatically closing the compose window)
Now, to do step 3 above, I am using the EWS function called 'makeEwsRequestAsync'. The problem is makeEwsRequestAsync uses legacy tokens which Microsoft stopped supporting.
I am looking now at alternative approach which is using the Microsoft Graph API.
But looking at Microsoft Graph API, it has an endpoint to send email, but you have to actually create a request to build the email that will be sent. It looks like this is more effective if you want to send an email on behalf of the user from another application, say Word, not Outlook.
How can I actually use MS Graph API in an Outlook add-in. Is there a MS Graph API endpoint that sends the email composed by the Outlook user in the composed window?
本文标签: Outlook addin sending composed email with Microsoft GraphStack Overflow
版权声明:本文标题:Outlook add-in sending composed email with Microsoft Graph - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744572006a2613396.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论