Forum Discussion
RezaMatin
Jun 16, 2021Copper Contributor
Microsoft Graph API: An internal server error occurred
I am trying to get content (MIME) of an email via Microsoft Graph Api:
var mime = await _graphClient.Users [user] .Messages [mailid] .Content.Request (). GetAsync ();
For some users, I'm getting this error:
Thanks.
No RepliesBe the first to reply