0

How do I access public folders using the office 365 REST API (or the .net client api)?

I can quite happily work my through my folders but I can't figure out how to get a list of public folders (and access their contents).

As a plan B I can see the folders using EWS but I'd rather use the REST API.

Any ideas?

Jason Johnston
  • 17,194
  • 2
  • 20
  • 34
PeterI
  • 472
  • 3
  • 17

1 Answers1

0

The REST API doesn't support public folder access. EWS would be the way to go if you need PF access.

Jason Johnston
  • 17,194
  • 2
  • 20
  • 34