I am using the C# package to Microsoft Graph API. I can read messages from the Graph API. Now I'd like to translate the message IDs like shown here:
CodePudding user response:
I figured out, that the firstMailboxElement.SourcePostbox
was null, when the exception occoured.
So the call went to client.Users[null]
, so the request URL was incomplete.