You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to move an Outlook message to another folder, but I get this error:
{"error":{"code":"RequestBodyRead","message":"The annotation 'odata.type' was found. This annotation is either not recognized or not expected at the current position."}}
Hello,
Using the
v3.1.2
I want to move an Outlook message to another folder, but I get this error:
The code I wrote:
So I went into the
ODataRequest
class to debugHere is the dump of the
$request
inexecuteQueryDirect()
:The
ensureAnnotation()
function is apparently adding this annotation.I have no error and the move is functional if I comment these red lines:
I don't feel like it's a fix for this issue, so I'm here to ask how I could correctly fix it 😕
Thanks!
The text was updated successfully, but these errors were encountered: