Forum Discussion
Michael_Kolowicz
Oct 17, 2023Copper Contributor
How can i export contacts from public folder?
I want to create a small application in .NET Core for export all contacts from a contact-folder in our public folder on MSO365 to csv-file. This application should run every hour. What mechanism ...
VasilMichev
Oct 18, 2023MVP
Graph has no support for Public folders, likely never will. EWS should work, here's a sample script that enumerates items in PF: https://github.com/gscales/Powershell-Scripts/blob/master/EnumerateItemsInPublicFolder.ps1
Modify it to do the export to CSV or whatever is needed.
Modify it to do the export to CSV or whatever is needed.