skip to Main Content

Azure – Get extended property Microsoft graph mailFolders

This is maybe a very dumb question but I am trying to create a hidden folder with multiValueExtendedProperties. If I´m creating the folder like this: POST https://graph.microsoft.com/v1.0/me/mailFolders { "displayName": "Test", "isHidden": "true", "multiValueExtendedProperties": [ { "id": "StringArray {66f5a359-4659-4830-9070-00050ec6ac6e} Name Recreation",…

VIEW QUESTION

Azure bearer token lifetime

I have a python code to call a graph API and browse directory on sharepoint. The directory has 120GB of files and needs hours to scan. However, what I have observed is the script just shows as running on Visual…

VIEW QUESTION
Back To Top
Search