Monotone-Parent: 2e3d14f0015946767d3494c454c4d2e977e1da15

Monotone-Revision: f584567c8afbbff241518e2921242b309817109e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-12-07T16:14:03
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-12-07 16:14:03 +00:00
parent 20f382bf10
commit 2446b6f9fe
1 changed files with 4 additions and 0 deletions

View File

@ -452,6 +452,10 @@ static Class NSExceptionK, MAPIStoreFolderK;
for (counter = 0; counter < aRow->cValues; counter++)
{
cValue = aRow->lpProps + counter;
if ((cValue->ulPropTag & PT_STRING8) == PT_STRING8)
[self warnWithFormat:
@"attempting to set string property as PR_STRING8: %.8x",
cValue->ulPropTag];
[newProperties setObject: NSObjectFromSPropValue (cValue)
forKey: MAPIPropertyKey (cValue->ulPropTag)];
}