ensure tags have same property ids for both outlook modes,bug=111968,r=rdayal,sr=sspitzer

This commit is contained in:
john.marmion%ireland.sun.com 2002-09-16 12:33:22 +00:00
parent 3558a42662
commit 815b239895

View File

@ -431,7 +431,7 @@ BOOL nsAbWinHelper::GetPropertiesUString(const nsMapiEntry& aObject, const ULONG
ULONG i = 0 ;
for (i = 0 ; i < valueCount ; ++ i) {
if (values [i].ulPropTag == aPropertyTags [i]) {
if (PROP_ID(values [i].ulPropTag) == PROP_ID(aPropertyTags [i])) {
if (PROP_TYPE(values [i].ulPropTag) == PT_STRING8) {
nsAutoString temp ;