当使用 Outlook API 搜索关键字(“测试电子邮件”)并且该关键字存在于我的邮箱中时,我在一秒钟内检索了一个结果。但是,如果邮箱中不存在关键字(“blablabla”),我不会收到回复。几乎 2 分钟后,我收到运行时错误。
http get on: https://outlook.office365.com:443/api/v2.0/users/user@sub.onmicrosoft.com/messages?$search=blablablablabla&$top=100&$select=Sender,ToRecipients,CcRecipients,Weblink,Subject,ReceivedDateTime,BodyPreview
http headers:
Authorization: bearer theToken
x-AnchorMailbox: theEmailAddress
我希望得到一个 HTTP 响应,上面写着“找不到任何结果”
相反,我在两分钟内没有收到回复,然后出现运行时错误,黄色背景指示打开
<customError mode="Off" />
虽然 http 状态码是 200。
我认为作为 API 消费者,我不应该得到这样的回复。