0
votes

I want to fetch notes from Notes folder in office 365.

Does microsoft have support with rest API to access these user-created notes inside Notes folder.

I couldn't find any article about it nor it is listed in outlook mail rest API reference.

I have created Notes using office 365 client. You can find this Notes folder in the same hierarchy in inbox, Drafts, Sent items.

It’s not feasible to create or modify notes using OWA.

Any help is appreciated

2

2 Answers

1
votes

The REST API's won't work for what you trying because StickyNotes have a ItemClass of IPM.StickyNote and the REST API for Messages will only return items that have a class or subclass of IPM.Note. You will need to use EWS (SOAP) try https://pypi.org/project/exchangelib/

1
votes

Unfortunately, as announced on November 17, 2020 (https://developer.microsoft.com/graph/blogs/outlook-rest-api-v2-0-deprecation-notice/) version 2.0 of the Outlook REST API has been deprecated and will be fully decommissioned in November 2022.

They recommend Microsoft Graph API instead, see https://docs.microsoft.com/en-us/outlook/rest/compare-graph