Send email with large attachments
My project using Microsoft.Graph 5.15 version send an email with large attachment. I searched the web and find the below code. However there are some issues:
How to move emails between folders in the shared email boxes via Graph API using C#
Currently I have this Microsoft.Graph.Models.Message object, using this object how can I move messages from one folder to another?
How we can read last x days teams calls Data using API
I have application which read teams calls reacords using “callrecords” graphAPI. As all this happen realtime, when i stop my application for sometime calls data get loss. So, i want to read last x days teams calls.
Error: “Id = 152, Status = WaitingForActivation, Method = “{null}”, Result = “{Not yet computed}””
I tried the below code to get the Content but each time I am receiving this error
How to get permission to Microsoft graph API dynamically?
I have written a basic C# program for testing out Microsoft graph API , but for this i configured permission for the API calls from the Azure portal , is there any better way to do this ? any Dynamic way to configure API permissions depending the API calls i add to the code rather than manually configuring them in azure portal.
How to save email Message as an EML to a folder using MS-Graph and C#
I am trying to save an email to a windows folder retrieved using MS-Graph client and C#. I so far have
How to delete email from a child folder and not the parent folder using ms-graph in C#
Was wondering if anyone can help me. Using MS-Graph and C# I am trying to delete a mail item from a subfolder under the INBOX but its always deleting that item from the INBOX. This is a blocking issue for me at the moment
C# Microsoft Graph – allMaillFolders might be NULL?
For some reason C# thinks this value might be null. Even with an IF statement saying if it is NULL also says it might be NULL. Makes no sense, that’s why I have an IF statement. Example shows the code without the IF statement.