Forum Discussion

RezaMatin's avatar
RezaMatin
Copper Contributor
Jun 16, 2021

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

Resources