Forum Discussion

yuvarajk's avatar
yuvarajk
Copper Contributor
Sep 21, 2020

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...

Resources