skip to Main Content

Azure – Microsoft.Graph.Models.ODataErrors.ODataError exception. Where can I find details?

I'm currently researching Microsoft Graph API using .net and Microsoft.Graph Client Library 5.0.0 (https://www.nuget.org/packages/Microsoft.Graph/) and a GraphTutorial console app (https://developer.microsoft.com/en-us/graph#get-started). When trying to grab my outlook calendar via the API, I'm getting Microsoft.Graph.Models.ODataErrors.ODataError exception. The problem is that it's not…

VIEW QUESTION

Microsoft Graph API Send Mail Response Is Empty – Php

I am trying to send an email using modern smtp with Office365 Graph API. Emails are sending fine, with attachments however, I cannot seem to fullfill the response I'm expecting from the endpoint. $this->graphSdk->createRequest("POST", "/users/" . $this->config['from_email'] . "/sendmail") ->attachBody($this->getMessageBody($message))…

VIEW QUESTION
Back To Top
Search