Kyle @ Iezon
Results
1
issues of
Kyle @ Iezon
Following the [documentation](https://learn.microsoft.com/en-us/graph/api/message-get?view=graph-rest-1.0&tabs=http#http-request), there are two ways suggested to acccess the content of a message via the Id: ``` 1) GET /users/{id | userPrincipalName}/messages/{id} 2) GET /users/{id | userPrincipalName}/mailFolders/{id}/messages/{id} ```...