In class: Hfig\MAPI\Property\PropertyStore
we have this line:

The problem is that i had one case where flags is like 6000 and the guide_off shows key to 3000. But the array "guids" has only 10 keys. So I got an error: {"status":500,"message":"Undefined array key 3116","detail":[]}
I apply a small workaround that helps to open the file properly:

when the guid_off is setting an false key it just continue. Other files ale also working fine. Do you had a simalary error? Can you maybe apply a fix for that or jsut add the small code from me?