oc: ignore unhandled properties instead of abort

When setting a row with properties not handled right now, ignore them
like they were never there instead of abort()
This commit is contained in:
Jesús García Sáez
2014-12-29 19:20:16 +01:00
parent 3ef28b390d
commit 838ae8995f
2 changed files with 5 additions and 4 deletions

View File

@@ -256,6 +256,9 @@ static Class NSExceptionK, MAPIStoreFolderK;
{
cValue = aRow->lpProps + counter;
value = NSObjectFromSPropValue (cValue);
if (value == nil)
continue;
switch (cValue->ulPropTag & 0xffff)
{
case PT_STRING8: