使用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 staus代码为200。
我认为作为API使用者,我不应该得到这样的答复。