Hello,
I would like to retrieve all the messages in my inbox including the displayed name of the folder the messages are in in one call.
So far I onlw find this https://docs.microsoft.com/en-us/graph/api/user-list-messages?view=graph-rest-1.0&tabs=http that gives me the parentFolderId but not the displayed name of the folder ("inbox" for example)
How can I do?