nextLink in Graph api is not working when fetching emails

Copper Contributor

/users/{userName}/mailFolders/{folderid}/messages/delta?$top=250

using this graph api After the first call we use nextLink which should skip first 250 and get next 250 emails. But nextLink returns empty values and deltaLink(which denotes end of mailbox) even if we have more mails to fetch.

 

Any ideas...

1 Reply

Best open an issue over at StackOverflow.