N
NaveenA
Hi,
I wanted MAPI to support Unicode. I changed my existing application flag from MBCS to Unicode.
All MAPI properties where using lpszA is changed to LPSZ i.e it will become lpszW in Unicode flag.After changing these value i call LPMAPISUP interface's ModifyStatusRow() method that takes a MAPI property.
If i have lpszW my call to this method fails else if i have lpszA call succeeds.
What is that i need to do for this method call to succeed.
I wanted MAPI to support Unicode. I changed my existing application flag from MBCS to Unicode.
All MAPI properties where using lpszA is changed to LPSZ i.e it will become lpszW in Unicode flag.After changing these value i call LPMAPISUP interface's ModifyStatusRow() method that takes a MAPI property.
If i have lpszW my call to this method fails else if i have lpszA call succeeds.
What is that i need to do for this method call to succeed.