Share via

Graph API Messages

Anonymous
2021-11-08T16:08:09.907+00:00

Hey,

I have a recurring request of emails in the name of a user. I then parse these emails to my needs.

The problem I am facing now is that all emails get requested all the time.
I am setting a custom property for these messages that it have already requested (''attachmentAlreadyRequested").

But at the point of my first request (https://graph.microsoft.com/v1.0/me/messages[...]) I cannot limit my resultset to the messages I did not read yet.

Or can I restrict my resultset so that I only get the messages that do not have the field ''attachmentAlreadyRequested" OR where ''attachmentAlreadyRequested" = false ?

Best regards

Microsoft Security | Microsoft Graph
0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.