Getting an error in hfig/mapi/src/MAPI/Property/PropertyStore.php on line 155.

A simple fix for now is to add a try/catch to the parseNameId function, and just skip any iterations of the foreach (str_split($propsData, 8) as $idx => $rawProp) loop that are throwing that error.
From a real use case scenario, I would much rather that any that are broken are just ignored and skipped, but the function still processes the message rather than ignoring it.
php - 8.0
hfip/mapi - 1.2.0