我正在使用deprecated now API向现有电子邮件发送回复,如下所示: POST https://outlook.office.com/api/beta/me/messages/{message_id}/createreply 并得到如下错误: The specified object was not found in the store., The process failed
我正在与Outlook365进行集成,它需要跟踪通过应用程序发送的电子邮件回复,以便能够使用Outlook365打开电子邮件。因为/sendMail返回一个空响应,所以阅读我注意到的文档,可以用以下方式为现有消息创建回复草稿:
POST /v1.0/me/messages/{previous message ID}/createReply在用正确的值更新消息后,我将使用以下方式发送</