Di Perna Francesco
Di Perna Francesco
Thanks Daniel, but I'm using the endpoint that starts with "/users/" because I'm reading a set of mailboxes of a tenant. So, I cannot use you code. Bye
Thanks for fast replay, we are unable to use your scope because the server complain with the following message `AADSTS1002012: The provided value for scope XXXXXXXXXXXXXXXXX is not valid. Client...
> [Webklex](/Webklex) Hi @Webklex, we are working in a deamon application and we cannot use the browser for the autenthication. The access token got using your code has an expiration...
Good morning @GenieTim , did you implement the send in mime format? We have implemented but recently we have a problem with the versione 1.110
Good morning, @GenieTim. I did, using the versione 1.110, below the code. ``` private function inviaEmailMicrosoft($mimeContent, $username) { $requestUrl = '/users/' . $username . '/sendMail'; $emailResponse = $this->graphClient->createRequest('POST', $requestUrl) ->addHeaders(["Content-Type"...