I'm trying to get Immutable IDs for messages but I haven't able to get them. Here's what I tried to do:
- endpoint : https://graph.microsoft.com/beta/
- Header: added Prefer: IdType="ImmutableId" (I had to use the escape "\" character to use the quotes)
I did my message list request before and after a change to the message's parent folder but the message "id" is not immutable.
Do we get any indication that the "Immutable" preference has been taken into account ?
Is it better that I switch to Outlook API (v1.0 or v2.0) to get the immutable IDs ?
Thanks for your answer.