Commit 6812fcd
authored
Separate PT_CLSID from PT_MV_CLSID
PT_CLSID and PT_MV_CLSID have different structures.
PT_CLSID doesn't have a COUNT field in front of it so it doesn't need the call to substr() to trim the leading bytes.
When PT_CLSID was encountered it would throw a Ramsey\Uuid\Exception\InvalidUuidStringException because
the UUID was too short.
Reference to fields:
https://web.archive.org/web/20160814154216/http://www.imibo.com/LazyMAPI/MAPIPropTypesList.aspx1 parent f4bb97b commit 6812fcd
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
334 | 338 | | |
335 | 339 | | |
336 | 340 | | |
| |||
423 | 427 | | |
424 | 428 | | |
425 | 429 | | |
426 | | - | |
| 430 | + | |
0 commit comments