Arnold Zoutman

Results 2 issues of Arnold Zoutman

Consider this php example: ```php

When patching an e-mail message with a Read Receipt Request like this: ```php $request = $graph->createRequest('PATCH', '/me/message/' . $office365MessageId); $request->attachBody(['isRead' => true]); $request->execute(); ``` Outlook automatically sends the Read Receipt....

ToTriage