Hi All,
I using powershell script in c# to get list of mailboxes in Office 365, then display the details in datagridview.
I see big delay in retrieving detail from Office 365 and load it in datagridview. I know this delay is expected when we collect the data from office 365 as it is getting over 20000 mailboxes.
I would like to know , is there any way we can follow pagination here and get 10 records from Office 365 and then display in the datagridview, then when user clicks next, it should display next 10 records?
If it is possible can you , please any sample code.
Thank you in advance.