Details for mail message deleted

Copper Contributor

Hi,

 

I am using delta queries to get the message changes in a given folder. When the message is moved from one folder to other, getting the "deleted" item from the source folder but for that only getting the value of "id". How should we get the other details? I am particularly interested in getting the InternetMessageId of the message which has been moved/deleted?

 

Below is the part of the response of delta query I am running:

{
"@odata.type": "#microsoft.graph.message",
"id": "AAMkADNkZTJmYzJmLWNmNmUtNDMzYi1iN2ExLWFhYjk5MjhjOGNjOQBGAAAAAADiJgX9r0PFTrVW0OrfVfKbBwDHr1By6_N_SZ34SFU1tcfdAAAAAAEMAADHr1By6_N_SZ34SFU1tcfdAABRxA_3AAA=",
"@removed": {
"reason": "deleted"
}
}
 
Thanks,
Rashmi
0 Replies