How to $filter attachments list endpoint by isInline?

拟墨画扇 提交于 2019-12-13 03:02:45

问题


I'm developing OWA add-in using OWA REST API

I'm not able to get the filtered result when fetch the attachment list with $filter=inlinImage eq true for example:

https://outlook.office.com/api/v2.0/me/messages/{id}/attachments?$filter=IsInline%20eq%20true

or

https://graph.microsoft.com/v1.0/me/messages/{id}/attachments?$filter=IsInline%20eq%20true

knowing that is says in the resource reference that isInline is Filterable, and I got the response 200 when doing the requests above but the without filtering the data by that query params

Is this an expected behaviour? how can I get this data otherwise?

来源:https://stackoverflow.com/questions/57072540/how-to-filter-attachments-list-endpoint-by-isinline

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