Dale

Results 7 comments of Dale

This is the Code: var requestBody = new Microsoft.Graph.Me.SendMail.SendMailPostRequestBody { Message = new Message { Subject = subject, Body = new ItemBody { ContentType = BodyType.Html, Content = emailBody },...

Hi, This is the error code and message: Microsoft.Graph.Models.ODataErrors.MainError.Code.get returned "BadRequest" string Microsoft.Graph.Models.ODataErrors.MainError.Message.get returned "/me request is only valid with delegated authentication flow." String I have added the API Permissions...

Hi Eastman, Strange as I am logging into the app. I have also have added the following delegated API Permissions: Mail.Send Mail.ReadWrite From: Eastman ***@***.***> Sent: Tuesday, 7 March 2023...

Question: how do we setup the "Authorization code provider". in the doco it only has this: // For authorization code flow, the user signs into the Microsoft // identity platform,...

Hi, I’m using the “Client credentials provider” option from the link you provided… I’ve realised that now it’s the wrong one so I’m now trying the “Authorization code provider” option....

Hi Any advise on how to get the authorizationCode

Hi, No never got any advice on it…. From: dromer328 ***@***.***> Sent: Wednesday, 9 August 2023 4:19 AM To: microsoftgraph/msgraph-sdk-dotnet ***@***.***> Cc: Dale A Draper ***@***.***>; Mention ***@***.***> Subject: Re:...