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.
GraphServiceClient with DelegateAuthenticationProvider was not found and how to change my code
I want to create a service that consumes Microsoft Graph API with reading the Outlook Calendar with this code
Query to see if user exists without an except
Is there any way to query to see if a user
exists in microsoft graph without an exception being thrown (i will be querying by id). For example i could do the following:
(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 ?
The project runs forever ms graph
I followed the code to send the email with small and large attachment but it didn’t return an error and running forever.