Support for MAPI unicode

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.
 
D

Dmitry Streblechenko \(MVP\)

Unicode support is implement by the particular provider that your code talks
to, not by Extended MAPI in general. If that provider does not support
Unicode, you are out of luck.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool


NaveenA said:
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.
 
H

Henry Gusakovsky

What version of Outlook you are using ?

WBR
Henry

NaveenA said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top