|
|
|
problem with MAPI in Unicode
Started by zaidi at 12-27-2005 11:48 PM. Topic has 0 replies.
|
|
12-27-2005, 11:48 PM
|
zaidi
Joined on 12-28-2005
Posts 2
|
problem with MAPI in Unicode
|
|
|
|
|
hr = HrMAPIOpenFolderEx(pDefaultMsgStore, '\\', (LPCTSTR)"@PR_IPM_SUBTREE_ENTRYID\\Inbox"/*l_strFullPath*/, &pFolder);
Actually the path given in "LPCTSTR" is not taken valid for Unicode. I dont know why Unicode is not taking this string as valid path as it supports Unicode. Can any one tell me whats problem with it? Is there some other way of sending strings(path) in MAPI Unicode.
The same problem occours for other method in which this type of strings are passed.
|
|
|
|
|
Report
|
|
|
|
| |
|