Relative Content

Tag Archive for c#microsoft-graph-api

IProgress doesn’t functioning in MS graph

I followed the code to send the email with small and large attachment. It got the time out when I have a large attachment. I found that the code Progress object is functioning, ” IProgress progress = new Progress(prog =>” didn’t run. The attached file is 4,882 kb. If the email only has small file and send email. Is my code missing something or server require some setting? Hope someone tell me how to fix it. Thanks in advance.

IProgress doesn’t functioning in MS graph

I followed the code to send the email with small and large attachment. It got the time out when I have a large attachment. I found that the code Progress object is functioning, ” IProgress progress = new Progress(prog =>” didn’t run. The attached file is 4,882 kb. If the email only has small file and send email. Is my code missing something or server require some setting? Hope someone tell me how to fix it. Thanks in advance.

IProgress doesn’t functioning in MS graph

I followed the code to send the email with small and large attachment. It got the time out when I have a large attachment. I found that the code Progress object is functioning, ” IProgress progress = new Progress(prog =>” didn’t run. The attached file is 4,882 kb. If the email only has small file and send email. Is my code missing something or server require some setting? Hope someone tell me how to fix it. Thanks in advance.

IProgress doesn’t functioning in MS graph

I followed the code to send the email with small and large attachment. It got the time out when I have a large attachment. I found that the code Progress object is functioning, ” IProgress progress = new Progress(prog =>” didn’t run. The attached file is 4,882 kb. If the email only has small file and send email. Is my code missing something or server require some setting? Hope someone tell me how to fix it. Thanks in advance.

IProgress doesn’t functioning in MS graph

I followed the code to send the email with small and large attachment. It got the time out when I have a large attachment. I found that the code Progress object is functioning, ” IProgress progress = new Progress(prog =>” didn’t run. The attached file is 4,882 kb. If the email only has small file and send email. Is my code missing something or server require some setting? Hope someone tell me how to fix it. Thanks in advance.

IProgress doesn’t functioning in MS graph

I followed the code to send the email with small and large attachment. It got the time out when I have a large attachment. I found that the code Progress object is functioning, ” IProgress progress = new Progress(prog =>” didn’t run. The attached file is 4,882 kb. If the email only has small file and send email. Is my code missing something or server require some setting? Hope someone tell me how to fix it. Thanks in advance.

(403) Forbidden in Microsoft Graph API endpoint /users/{objectID}

I’m using Microsoft Graph API to read my end user group membership and assign appropriate authorization in my ASP.NET MVC web app. I’m using Entra app registration to generate access token and leverage the bearer token in subsequent Graph API end points and not use Client Secrets and prefer User assigned managed identity, what are the permission levels needed for my Entra app and managed identity to access below end point ?