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
Post a Comment