office365api - Office365 Graph API - Mark as Read/Unread not updating lastModifiedDateTime -


when emails marked read/unread doesn't seem update lastmodifieddatetime attribute, i'm not sure how application can pull down change. had been planning use query filter on lastmodifieddatetime check actions/changes emails.

steps reproduce:

1) perform query in graph explorer

https://graph.microsoft.com/v1.0/me/messages?$orderby=lastmodifieddatetime desc 

2) mark email read or unread in outlook owa

3) perform above query again, , notice email marked read/unread has not jumped top of list

any appreciated!

marking read/unread has historically not modified message itself. trying track changes? if so, take @ message sync in preview. send change event if mark read/unread.


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -