Displaying Unicode characters in MAPI Address Book

  • Thread starter Thread starter mikebabb
  • Start date Start date
M

mikebabb

I have some code for a MAPI address book provider. I now need it to
display Unicode strings in Outlook. However, I've looked all over and
have been unable to find a way to make Outlook ask for Unicode strings
(like when CABContainer::GetHierarchyTable is called). I've compiled
my code with UNICODE defined and have done everything else I could
think of, but still get nothing. Any help will be appreciated.
 
You should post this in microsoft.public.win32.programming.messaging. That's
where the Extended MAPI developers hang out. You won't find any here most
likely.
 
Back
Top