Forum Discussion
yuvarajk
Sep 21, 2020Copper Contributor
nextLink in Graph api is not working when fetching emails
/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...
Best open an issue over at StackOverflow.